#CC6FD5

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

Shades of Orchid #CC6FD5

Tints of Orchid #CC6FD5

Color information

#CC6FD5 (or 0xCC6FD5) is unknown color: approx Orchid. HEX triplet: CC, 6F and D5. RGB value is (204,111,213). Sum of RGB (Red+Green+Blue) = 204+111+213=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC6FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FD5 is #33902A. Grayscale: #969696. Windows color (decimal): -3379243 or 13987788. OLE color: 13987788.

HSL color Cylindrical-coordinate representation of color #CC6FD5: hue angle of 294.71º degrees, saturation: 0.55, 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 #CC6FD5 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204111213-
CMYK0.040.4800.16
HSL294.71º54.84%63.53%-
HSV(B)294.71º47.89%83.53%-
XYZ42.629.0166.31-
YUV150.44163.31166.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 111 (43.75% from 255) = 21.02%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=38.64%
G=21.02%
B=40.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041112130.040.4800.16294.7154.8463.53
HexCC6FD54300101273740
Octal31415732546002044767100
Binary110011001101111110101011001100000100001001001111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6FD5; }

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

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

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

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

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

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

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

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