Shades of Orchid #CC6CDB
Tints of Orchid #CC6CDB
RGB
CMYK
RGB Variations
Color information
#CC6CDB (or 0xCC6CDB) is known color: Orchid. HEX triplet: CC, 6C and DB. RGB value is (204,108,219). Sum of RGB (Red+Green+Blue) = 204+108+219=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CDB is #339324. Grayscale: #959595. Windows color (decimal): -3380005 or 14380236. OLE color: 14380236.
HSL color Cylindrical-coordinate representation of color #CC6CDB: hue angle of 291.89º degrees, saturation: 0.61, 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 #CC6CDB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 108 | 219 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.14 |
| HSL | 291.89º | 0.61% | 0.64% | - |
| HSV(B) | 291.89º | 0.51% | 0.86% | - |
| XYZ | 43.05 | 28.68 | 70.28 | - |
| YUV | 149.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 219 | 0.07 | 0.51 | 0 | 0.14 | 291.89 | 0.61 | 0.64 |
| Hex | CC | 6C | DB | 7 | 33 | 0 | E | 124 | 3D | 40 |
| Octal | 314 | 154 | 333 | 7 | 63 | 0 | 16 | 444 | 75 | 100 |
| Binary | 11001100 | 1101100 | 11011011 | 111 | 110011 | 0 | 1110 | 100100100 | 111101 | 1000000 |
Color Harmonies of #CC6CDB
Complementary color
Monochromatic Colors of #CC6CDB
Black with #CC6CDB
Text Example
Text Example
White with #CC6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CDB; }
p { color: rgb(204,108,219); }
H1.HeaderClassName
{
color: #CC6CDB;
}
.AnyTagClassName
{
color: #CC6CDB;
}
</style>
background-color css
<style>
a { background-color: #CC6CDB; }
a { background-color: rgb(204,108,219); }
div.DivClassName
{
background-color: #CC6CDB;
}
.BgClassName
{
background-color: #CC6CDB;
}
</style>
border-color css
<style>
span { border-color: #CC6CDB; }
span { border-color: rgb(204,108,219); }
td.TdClassName
{
border-color: #CC6CDB;
}
.TagClassName
{
border-color: #CC6CDB;
}
</style>