#CC6CDE

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

Shades of Orchid #CC6CDE

Tints of Orchid #CC6CDE

Color information

#CC6CDE (or 0xCC6CDE) is unknown color: approx Orchid. HEX triplet: CC, 6C and DE. RGB value is (204,108,222). Sum of RGB (Red+Green+Blue) = 204+108+222=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC6CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CDE is #339321. Grayscale: #959595. Windows color (decimal): -3380002 or 14576844. OLE color: 14576844.

HSL color Cylindrical-coordinate representation of color #CC6CDE: hue angle of 290.53º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6CDE is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204108222-
CMYK0.080.5100.13
HSL290.53º63.33%64.71%-
HSV(B)290.53º51.35%87.06%-
XYZ43.4528.8472.38-
YUV149.7168.8166.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 108 (42.58% from 255) = 20.22%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=38.20%
G=20.22%
B=41.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041082220.080.5100.13290.5363.3364.71
HexCC6CDE8330D1233f41
Octal314154336106301544377101
Binary110011001101100110111101000110011011011001000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6CDE; }

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

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

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

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

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

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

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

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