Shades of Orchid #CC6DDC
Tints of Orchid #CC6DDC
RGB
CMYK
RGB Variations
Color information
#CC6DDC (or 0xCC6DDC) is known color: Orchid. HEX triplet: CC, 6D and DC. RGB value is (204,109,220). Sum of RGB (Red+Green+Blue) = 204+109+220=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DDC is #339223. Grayscale: #959595. Windows color (decimal): -3379748 or 14446028. OLE color: 14446028.
HSL color Cylindrical-coordinate representation of color #CC6DDC: hue angle of 291.35º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6DDC is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 109 | 220 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.14 |
| HSL | 291.35º | 0.61% | 0.65% | - |
| HSV(B) | 291.35º | 0.5% | 0.86% | - |
| XYZ | 43.29 | 28.94 | 71.01 | - |
| YUV | 150.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 220 | 0.07 | 0.50 | 0 | 0.14 | 291.35 | 0.61 | 0.65 |
| Hex | CC | 6D | DC | 7 | 32 | 0 | E | 123 | 3D | 41 |
| Octal | 314 | 155 | 334 | 7 | 62 | 0 | 16 | 443 | 75 | 101 |
| Binary | 11001100 | 1101101 | 11011100 | 111 | 110010 | 0 | 1110 | 100100011 | 111101 | 1000001 |
Color Harmonies of #CC6DDC
Complementary color
Monochromatic Colors of #CC6DDC
Black with #CC6DDC
Text Example
Text Example
White with #CC6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DDC; }
p { color: rgb(204,109,220); }
H1.HeaderClassName
{
color: #CC6DDC;
}
.AnyTagClassName
{
color: #CC6DDC;
}
</style>
background-color css
<style>
a { background-color: #CC6DDC; }
a { background-color: rgb(204,109,220); }
div.DivClassName
{
background-color: #CC6DDC;
}
.BgClassName
{
background-color: #CC6DDC;
}
</style>
border-color css
<style>
span { border-color: #CC6DDC; }
span { border-color: rgb(204,109,220); }
td.TdClassName
{
border-color: #CC6DDC;
}
.TagClassName
{
border-color: #CC6DDC;
}
</style>