#cc6ebc

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

Shades of Orchid #CC6EBC

Tints of Orchid #CC6EBC

Color information

#CC6EBC (or 0xCC6EBC) is unknown color: approx Orchid. HEX triplet: CC, 6E and BC. RGB value is (204,110,188). Sum of RGB (Red+Green+Blue) = 204+110+188=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EBC is #339143. Grayscale: #929292. Windows color (decimal): -3379524 or 12349132. OLE color: 12349132.

HSL color Cylindrical-coordinate representation of color #CC6EBC: hue angle of 310.21º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6EBC is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204110188-
CMYK00.460.080.2
HSL310.21º47.96%61.57%-
HSV(B)310.21º46.08%80%-
XYZ39.5527.6250.82-
YUV147151.14168.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 110 (43.36% from 255) = 21.91%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=40.64%
G=21.91%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411018800.460.080.2310.2147.9661.57
HexCC6EBC02E814136303e
Octal31415627405610244666076
Binary110011001101110101111000101110100010100100110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6ebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6ebc; }

 p { color: rgb(204,110,188); }

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

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

 a { background-color: rgb(204,110,188); }

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

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

 span { border-color: rgb(204,110,188); }

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