Shades of Orchid #CC6ADB
Tints of Orchid #CC6ADB
RGB
CMYK
RGB Variations
Color information
#CC6ADB (or 0xCC6ADB) is known color: Orchid. HEX triplet: CC, 6A and DB. RGB value is (204,106,219). Sum of RGB (Red+Green+Blue) = 204+106+219=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ADB is #339524. Grayscale: #939393. Windows color (decimal): -3380517 or 14379724. OLE color: 14379724.
HSL color Cylindrical-coordinate representation of color #CC6ADB: hue angle of 292.04º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6ADB is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 106 | 219 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.14 |
| HSL | 292.04º | 0.61% | 0.64% | - |
| HSV(B) | 292.04º | 0.52% | 0.86% | - |
| XYZ | 42.84 | 28.26 | 70.21 | - |
| YUV | 148.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 219 | 0.07 | 0.52 | 0 | 0.14 | 292.04 | 0.61 | 0.64 |
| Hex | CC | 6A | DB | 7 | 34 | 0 | E | 124 | 3D | 40 |
| Octal | 314 | 152 | 333 | 7 | 64 | 0 | 16 | 444 | 75 | 100 |
| Binary | 11001100 | 1101010 | 11011011 | 111 | 110100 | 0 | 1110 | 100100100 | 111101 | 1000000 |
Color Harmonies of #CC6ADB
Complementary color
Monochromatic Colors of #CC6ADB
Black with #CC6ADB
Text Example
Text Example
White with #CC6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6ADB; }
p { color: rgb(204,106,219); }
H1.HeaderClassName
{
color: #CC6ADB;
}
.AnyTagClassName
{
color: #CC6ADB;
}
</style>
background-color css
<style>
a { background-color: #CC6ADB; }
a { background-color: rgb(204,106,219); }
div.DivClassName
{
background-color: #CC6ADB;
}
.BgClassName
{
background-color: #CC6ADB;
}
</style>
border-color css
<style>
span { border-color: #CC6ADB; }
span { border-color: rgb(204,106,219); }
td.TdClassName
{
border-color: #CC6ADB;
}
.TagClassName
{
border-color: #CC6ADB;
}
</style>