Shades of Orchid #CC6DDB
Tints of Orchid #CC6DDB
RGB
CMYK
RGB Variations
Color information
#CC6DDB (or 0xCC6DDB) is known color: Orchid. HEX triplet: CC, 6D and DB. RGB value is (204,109,219). Sum of RGB (Red+Green+Blue) = 204+109+219=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DDB is #339224. Grayscale: #959595. Windows color (decimal): -3379749 or 14380492. OLE color: 14380492.
HSL color Cylindrical-coordinate representation of color #CC6DDB: hue angle of 291.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6DDB is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 109 | 219 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.14 |
| HSL | 291.82º | 0.6% | 0.64% | - |
| HSV(B) | 291.82º | 0.5% | 0.86% | - |
| XYZ | 43.16 | 28.89 | 70.32 | - |
| YUV | 149.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 219 | 0.07 | 0.50 | 0 | 0.14 | 291.82 | 0.6 | 0.64 |
| Hex | CC | 6D | DB | 7 | 32 | 0 | E | 124 | 3C | 40 |
| Octal | 314 | 155 | 333 | 7 | 62 | 0 | 16 | 444 | 74 | 100 |
| Binary | 11001100 | 1101101 | 11011011 | 111 | 110010 | 0 | 1110 | 100100100 | 111100 | 1000000 |
Color Harmonies of #CC6DDB
Complementary color
Monochromatic Colors of #CC6DDB
Black with #CC6DDB
Text Example
Text Example
White with #CC6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DDB; }
p { color: rgb(204,109,219); }
H1.HeaderClassName
{
color: #CC6DDB;
}
.AnyTagClassName
{
color: #CC6DDB;
}
</style>
background-color css
<style>
a { background-color: #CC6DDB; }
a { background-color: rgb(204,109,219); }
div.DivClassName
{
background-color: #CC6DDB;
}
.BgClassName
{
background-color: #CC6DDB;
}
</style>
border-color css
<style>
span { border-color: #CC6DDB; }
span { border-color: rgb(204,109,219); }
td.TdClassName
{
border-color: #CC6DDB;
}
.TagClassName
{
border-color: #CC6DDB;
}
</style>