#C36EDD

Color #C36EDD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C36EDD

Tints of Medium Orchid #C36EDD

Color information

#C36EDD (or 0xC36EDD) is unknown color: approx Medium Orchid. HEX triplet: C3, 6E and DD. RGB value is (195,110,221). Sum of RGB (Red+Green+Blue) = 195+110+221=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #C36EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EDD is #3C9122. Grayscale: #939393. Windows color (decimal): -3969315 or 14511811. OLE color: 14511811.

HSL color Cylindrical-coordinate representation of color #C36EDD: hue angle of 285.95º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36EDD is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195110221-
CMYK0.120.5000.13
HSL285.95º62.01%64.9%-
HSV(B)285.95º50.23%86.67%-
XYZ41.1327.9771.64-
YUV148.07169.16161.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 110 (43.36% from 255) = 20.91%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=37.07%
G=20.91%
B=42.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951102210.120.5000.13285.9562.0164.9
HexC36EDDC320D11e3e41
Octal303156335146201543676101
Binary110000111101110110111011100110010011011000111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36EDD; }

 p { color: rgb(195,110,221); }

 H1.HeaderClassName
 {
   color: #C36EDD;
 }
 .AnyTagClassName
 {
   color: #C36EDD;
 }
</style>
background-color css

<style>
 a { background-color: #C36EDD; }

 a { background-color: rgb(195,110,221); }

 div.DivClassName
 {
   background-color: #C36EDD;
 }
 .BgClassName
 {
   background-color: #C36EDD;
 }
</style>
border-color css

<style>
 span { border-color: #C36EDD; }

 span { border-color: rgb(195,110,221); }

 td.TdClassName
 {
   border-color: #C36EDD;
 }
 .TagClassName
 {
   border-color: #C36EDD;
 }
</style>