Shades of Orchid #CC7ABB
Tints of Orchid #CC7ABB
RGB
CMYK
RGB Variations
Color information
#CC7ABB (or 0xCC7ABB) is known color: Orchid. HEX triplet: CC, 7A and BB. RGB value is (204,122,187). Sum of RGB (Red+Green+Blue) = 204+122+187=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ABB is #338544. Grayscale: #999999. Windows color (decimal): -3376453 or 12286668. OLE color: 12286668.
HSL color Cylindrical-coordinate representation of color #CC7ABB: hue angle of 312.44º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7ABB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 187 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.2 |
| HSL | 312.44º | 0.45% | 0.64% | - |
| HSV(B) | 312.44º | 0.4% | 0.8% | - |
| XYZ | 40.83 | 30.34 | 50.72 | - |
| YUV | 153.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 187 | 0 | 0.40 | 0.08 | 0.2 | 312.44 | 0.45 | 0.64 |
| Hex | CC | 7A | BB | 0 | 28 | 8 | 14 | 138 | 2D | 40 |
| Octal | 314 | 172 | 273 | 0 | 50 | 10 | 24 | 470 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10111011 | 0 | 101000 | 1000 | 10100 | 100111000 | 101101 | 1000000 |
Color Harmonies of #CC7ABB
Complementary color
Monochromatic Colors of #CC7ABB
Black with #CC7ABB
Text Example
Text Example
White with #CC7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7ABB; }
p { color: rgb(204,122,187); }
H1.HeaderClassName
{
color: #CC7ABB;
}
.AnyTagClassName
{
color: #CC7ABB;
}
</style>
background-color css
<style>
a { background-color: #CC7ABB; }
a { background-color: rgb(204,122,187); }
div.DivClassName
{
background-color: #CC7ABB;
}
.BgClassName
{
background-color: #CC7ABB;
}
</style>
border-color css
<style>
span { border-color: #CC7ABB; }
span { border-color: rgb(204,122,187); }
td.TdClassName
{
border-color: #CC7ABB;
}
.TagClassName
{
border-color: #CC7ABB;
}
</style>