#CC6FDE

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

Shades of Orchid #CC6FDE

Tints of Orchid #CC6FDE

Color information

#CC6FDE (or 0xCC6FDE) is unknown color: approx Orchid. HEX triplet: CC, 6F and DE. RGB value is (204,111,222). Sum of RGB (Red+Green+Blue) = 204+111+222=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FDE is #339021. Grayscale: #979797. Windows color (decimal): -3379234 or 14577612. OLE color: 14577612.

HSL color Cylindrical-coordinate representation of color #CC6FDE: hue angle of 290.27º degrees, saturation: 0.63, 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 #CC6FDE is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204111222-
CMYK0.080.500.13
HSL290.27º62.71%65.29%-
HSV(B)290.27º50%87.06%-
XYZ43.7729.4872.49-
YUV151.46167.81165.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 111 (43.75% from 255) = 20.67%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=37.99%
G=20.67%
B=41.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041112220.080.500.13290.2762.7165.29
HexCC6FDE8320D1223f41
Octal314157336106201544277101
Binary110011001101111110111101000110010011011001000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6FDE; }

 p { color: rgb(204,111,222); }

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

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

 a { background-color: rgb(204,111,222); }

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

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

 span { border-color: rgb(204,111,222); }

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