#CC6DDF

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

Shades of Orchid #CC6DDF

Tints of Orchid #CC6DDF

Color information

#CC6DDF (or 0xCC6DDF) is unknown color: approx Orchid. HEX triplet: CC, 6D and DF. RGB value is (204,109,223). Sum of RGB (Red+Green+Blue) = 204+109+223=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DDF is #339220. Grayscale: #969696. Windows color (decimal): -3379745 or 14642636. OLE color: 14642636.

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

Color convert

RGB204109223-
CMYK0.090.5100.13
HSL290º64.04%65.1%-
HSV(B)290º51.12%87.45%-
XYZ43.6929.173.13-
YUV150.4168.97166.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 109 (42.97% from 255) = 20.34%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=38.06%
G=20.34%
B=41.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041092230.090.5100.1329064.0465.1
HexCC6DDF9330D1224041
Octal3141553371163015442100101
Binary1100110011011011101111110011100110110110010001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6DDF; }

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

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

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

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

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

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

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

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