Shades of Orchid #CC6CDC
Tints of Orchid #CC6CDC
RGB
CMYK
RGB Variations
Color information
#CC6CDC (or 0xCC6CDC) is known color: Orchid. HEX triplet: CC, 6C and DC. RGB value is (204,108,220). Sum of RGB (Red+Green+Blue) = 204+108+220=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CDC is #339323. Grayscale: #959595. Windows color (decimal): -3380004 or 14445772. OLE color: 14445772.
HSL color Cylindrical-coordinate representation of color #CC6CDC: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6CDC is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 108 | 220 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.14 |
| HSL | 291.43º | 0.62% | 0.64% | - |
| HSV(B) | 291.43º | 0.51% | 0.86% | - |
| XYZ | 43.18 | 28.73 | 70.98 | - |
| YUV | 149.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 220 | 0.07 | 0.51 | 0 | 0.14 | 291.43 | 0.62 | 0.64 |
| Hex | CC | 6C | DC | 7 | 33 | 0 | E | 123 | 3E | 40 |
| Octal | 314 | 154 | 334 | 7 | 63 | 0 | 16 | 443 | 76 | 100 |
| Binary | 11001100 | 1101100 | 11011100 | 111 | 110011 | 0 | 1110 | 100100011 | 111110 | 1000000 |
Color Harmonies of #CC6CDC
Complementary color
Monochromatic Colors of #CC6CDC
Black with #CC6CDC
Text Example
Text Example
White with #CC6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CDC; }
p { color: rgb(204,108,220); }
H1.HeaderClassName
{
color: #CC6CDC;
}
.AnyTagClassName
{
color: #CC6CDC;
}
</style>
background-color css
<style>
a { background-color: #CC6CDC; }
a { background-color: rgb(204,108,220); }
div.DivClassName
{
background-color: #CC6CDC;
}
.BgClassName
{
background-color: #CC6CDC;
}
</style>
border-color css
<style>
span { border-color: #CC6CDC; }
span { border-color: rgb(204,108,220); }
td.TdClassName
{
border-color: #CC6CDC;
}
.TagClassName
{
border-color: #CC6CDC;
}
</style>