#CC6FD6

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

Shades of Orchid #CC6FD6

Tints of Orchid #CC6FD6

Color information

#CC6FD6 (or 0xCC6FD6) is unknown color: approx Orchid. HEX triplet: CC, 6F and D6. RGB value is (204,111,214). Sum of RGB (Red+Green+Blue) = 204+111+214=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC6FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FD6 is #339029. Grayscale: #969696. Windows color (decimal): -3379242 or 14053324. OLE color: 14053324.

HSL color Cylindrical-coordinate representation of color #CC6FD6: hue angle of 294.17º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6FD6 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204111214-
CMYK0.050.4800.16
HSL294.17º55.68%63.73%-
HSV(B)294.17º48.13%83.92%-
XYZ42.7229.0666.98-
YUV150.55163.81166.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 214 (83.98% from 255) = 40.45%
R=38.56%
G=20.98%
B=40.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041112140.050.4800.16294.1755.6863.73
HexCC6FD65300101263840
Octal31415732656002044670100
Binary110011001101111110101101011100000100001001001101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6FD6; }

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

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

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

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

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

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

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

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