Shades of Orchid #CC7ABE
Tints of Orchid #CC7ABE
RGB
CMYK
RGB Variations
Color information
#CC7ABE (or 0xCC7ABE) is known color: Orchid. HEX triplet: CC, 7A and BE. RGB value is (204,122,190). Sum of RGB (Red+Green+Blue) = 204+122+190=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ABE is #338541. Grayscale: #9A9A9A. Windows color (decimal): -3376450 or 12483276. OLE color: 12483276.
HSL color Cylindrical-coordinate representation of color #CC7ABE: hue angle of 310.24º 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 #CC7ABE is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 190 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.2 |
| HSL | 310.24º | 0.45% | 0.64% | - |
| HSV(B) | 310.24º | 0.4% | 0.8% | - |
| XYZ | 41.16 | 30.47 | 52.43 | - |
| YUV | 154.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 190 | 0 | 0.40 | 0.07 | 0.2 | 310.24 | 0.45 | 0.64 |
| Hex | CC | 7A | BE | 0 | 28 | 7 | 14 | 136 | 2D | 40 |
| Octal | 314 | 172 | 276 | 0 | 50 | 7 | 24 | 466 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10111110 | 0 | 101000 | 111 | 10100 | 100110110 | 101101 | 1000000 |
Color Harmonies of #CC7ABE
Complementary color
Monochromatic Colors of #CC7ABE
Black with #CC7ABE
Text Example
Text Example
White with #CC7ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7ABE; }
p { color: rgb(204,122,190); }
H1.HeaderClassName
{
color: #CC7ABE;
}
.AnyTagClassName
{
color: #CC7ABE;
}
</style>
background-color css
<style>
a { background-color: #CC7ABE; }
a { background-color: rgb(204,122,190); }
div.DivClassName
{
background-color: #CC7ABE;
}
.BgClassName
{
background-color: #CC7ABE;
}
</style>
border-color css
<style>
span { border-color: #CC7ABE; }
span { border-color: rgb(204,122,190); }
td.TdClassName
{
border-color: #CC7ABE;
}
.TagClassName
{
border-color: #CC7ABE;
}
</style>