#CC6DC6

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

Shades of Orchid #CC6DC6

Tints of Orchid #CC6DC6

Color information

#CC6DC6 (or 0xCC6DC6) is unknown color: approx Orchid. HEX triplet: CC, 6D and C6. RGB value is (204,109,198). Sum of RGB (Red+Green+Blue) = 204+109+198=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DC6 is #339239. Grayscale: #939393. Windows color (decimal): -3379770 or 13004236. OLE color: 13004236.

HSL color Cylindrical-coordinate representation of color #CC6DC6: hue angle of 303.79º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DC6 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204109198-
CMYK00.470.030.2
HSL303.79º48.22%61.37%-
HSV(B)303.79º46.57%80%-
XYZ40.5627.8556.66-
YUV147.55156.47168.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 109 (42.97% from 255) = 21.33%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=39.92%
G=21.33%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410919800.470.030.2303.7948.2261.37
HexCC6DC602F314130303d
Octal3141553060573244606075
Binary1100110011011011100011001011111110100100110000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6DC6; }

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

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

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

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

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

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

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

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