#C36ECE

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

Shades of Orchid #C36ECE

Tints of Orchid #C36ECE

Color information

#C36ECE (or 0xC36ECE) is unknown color: approx Orchid. HEX triplet: C3, 6E and CE. RGB value is (195,110,206). Sum of RGB (Red+Green+Blue) = 195+110+206=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #C36ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ECE is #3C9131. Grayscale: #929292. Windows color (decimal): -3969330 or 13528771. OLE color: 13528771.

HSL color Cylindrical-coordinate representation of color #C36ECE: hue angle of 293.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36ECE is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195110206-
CMYK0.050.4700.19
HSL293.12º49.48%61.96%-
HSV(B)293.12º46.6%80.78%-
XYZ39.2227.2161.58-
YUV146.36161.66162.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 110 (43.36% from 255) = 21.53%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=38.16%
G=21.53%
B=40.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951102060.050.4700.19293.1249.4861.96
HexC36ECE52F013125313e
Octal3031563165570234456176
Binary11000011110111011001110101101111010011100100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36ECE; }

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

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

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

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

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

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

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

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