Shades of Orchid #CC7ADB
Tints of Orchid #CC7ADB
RGB
CMYK
RGB Variations
Color information
#CC7ADB (or 0xCC7ADB) is known color: Orchid. HEX triplet: CC, 7A and DB. RGB value is (204,122,219). Sum of RGB (Red+Green+Blue) = 204+122+219=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ADB is #338524. Grayscale: #9D9D9D. Windows color (decimal): -3376421 or 14383820. OLE color: 14383820.
HSL color Cylindrical-coordinate representation of color #CC7ADB: hue angle of 290.72º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7ADB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 122 | 219 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.14 |
| HSL | 290.72º | 0.57% | 0.67% | - |
| HSV(B) | 290.72º | 0.44% | 0.86% | - |
| XYZ | 44.65 | 31.87 | 70.82 | - |
| YUV | 157.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 219 | 0.07 | 0.44 | 0 | 0.14 | 290.72 | 0.57 | 0.67 |
| Hex | CC | 7A | DB | 7 | 2C | 0 | E | 123 | 39 | 43 |
| Octal | 314 | 172 | 333 | 7 | 54 | 0 | 16 | 443 | 71 | 103 |
| Binary | 11001100 | 1111010 | 11011011 | 111 | 101100 | 0 | 1110 | 100100011 | 111001 | 1000011 |
Color Harmonies of #CC7ADB
Complementary color
Monochromatic Colors of #CC7ADB
Black with #CC7ADB
Text Example
Text Example
White with #CC7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7ADB; }
p { color: rgb(204,122,219); }
H1.HeaderClassName
{
color: #CC7ADB;
}
.AnyTagClassName
{
color: #CC7ADB;
}
</style>
background-color css
<style>
a { background-color: #CC7ADB; }
a { background-color: rgb(204,122,219); }
div.DivClassName
{
background-color: #CC7ADB;
}
.BgClassName
{
background-color: #CC7ADB;
}
</style>
border-color css
<style>
span { border-color: #CC7ADB; }
span { border-color: rgb(204,122,219); }
td.TdClassName
{
border-color: #CC7ADB;
}
.TagClassName
{
border-color: #CC7ADB;
}
</style>