#CC6FDD

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

Shades of Orchid #CC6FDD

Tints of Orchid #CC6FDD

Color information

#CC6FDD (or 0xCC6FDD) is unknown color: approx Orchid. HEX triplet: CC, 6F and DD. RGB value is (204,111,221). Sum of RGB (Red+Green+Blue) = 204+111+221=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FDD is #339022. Grayscale: #979797. Windows color (decimal): -3379235 or 14512076. OLE color: 14512076.

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

Color convert

RGB204111221-
CMYK0.080.5000.13
HSL290.73º61.8%65.1%-
HSV(B)290.73º49.77%86.67%-
XYZ43.6429.4371.79-
YUV151.35167.31165.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 111 (43.75% from 255) = 20.71%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=38.06%
G=20.71%
B=41.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041112210.080.5000.13290.7361.865.1
HexCC6FDD8320D1233e41
Octal314157335106201544376101
Binary110011001101111110111011000110010011011001000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6FDD; }

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

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

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

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

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

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

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

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