#CC6DDD

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

Shades of Orchid #CC6DDD

Tints of Orchid #CC6DDD

Color information

#CC6DDD (or 0xCC6DDD) is unknown color: approx Orchid. HEX triplet: CC, 6D and DD. RGB value is (204,109,221). Sum of RGB (Red+Green+Blue) = 204+109+221=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DDD is #339222. Grayscale: #959595. Windows color (decimal): -3379747 or 14511564. OLE color: 14511564.

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

Color convert

RGB204109221-
CMYK0.080.5100.13
HSL290.89º62.22%64.71%-
HSV(B)290.89º50.68%86.67%-
XYZ43.422971.71-
YUV150.17167.97166.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 109 (42.97% from 255) = 20.41%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=38.20%
G=20.41%
B=41.39%

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
Decimal2041092210.080.5100.13290.8962.2264.71
HexCC6DDD8330D1233e41
Octal314155335106301544376101
Binary110011001101101110111011000110011011011001000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6DDD; }

 p { color: rgb(204,109,221); }

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

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

 a { background-color: rgb(204,109,221); }

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

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

 span { border-color: rgb(204,109,221); }

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