Shades of Orchid #CC7BC9
Tints of Orchid #CC7BC9
RGB
CMYK
RGB Variations
Color information
#CC7BC9 (or 0xCC7BC9) is known color: Orchid. HEX triplet: CC, 7B and C9. RGB value is (204,123,201). Sum of RGB (Red+Green+Blue) = 204+123+201=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BC9 is #338436. Grayscale: #9B9B9B. Windows color (decimal): -3376183 or 13204428. OLE color: 13204428.
HSL color Cylindrical-coordinate representation of color #CC7BC9: hue angle of 302.22º degrees, saturation: 0.44, 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 #CC7BC9 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 201 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.2 |
| HSL | 302.22º | 0.44% | 0.64% | - |
| HSV(B) | 302.22º | 0.4% | 0.8% | - |
| XYZ | 42.53 | 31.22 | 59.04 | - |
| YUV | 156.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 201 | 0 | 0.40 | 0.01 | 0.2 | 302.22 | 0.44 | 0.64 |
| Hex | CC | 7B | C9 | 0 | 28 | 1 | 14 | 12E | 2C | 40 |
| Octal | 314 | 173 | 311 | 0 | 50 | 1 | 24 | 456 | 54 | 100 |
| Binary | 11001100 | 1111011 | 11001001 | 0 | 101000 | 1 | 10100 | 100101110 | 101100 | 1000000 |
Color Harmonies of #CC7BC9
Complementary color
Monochromatic Colors of #CC7BC9
Black with #CC7BC9
Text Example
Text Example
White with #CC7BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BC9; }
p { color: rgb(204,123,201); }
H1.HeaderClassName
{
color: #CC7BC9;
}
.AnyTagClassName
{
color: #CC7BC9;
}
</style>
background-color css
<style>
a { background-color: #CC7BC9; }
a { background-color: rgb(204,123,201); }
div.DivClassName
{
background-color: #CC7BC9;
}
.BgClassName
{
background-color: #CC7BC9;
}
</style>
border-color css
<style>
span { border-color: #CC7BC9; }
span { border-color: rgb(204,123,201); }
td.TdClassName
{
border-color: #CC7BC9;
}
.TagClassName
{
border-color: #CC7BC9;
}
</style>