Shades of Orchid #CC72BB
Tints of Orchid #CC72BB
RGB
CMYK
RGB Variations
Color information
#CC72BB (or 0xCC72BB) is known color: Orchid. HEX triplet: CC, 72 and BB. RGB value is (204,114,187). Sum of RGB (Red+Green+Blue) = 204+114+187=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72BB is #338D44. Grayscale: #959595. Windows color (decimal): -3378501 or 12284620. OLE color: 12284620.
HSL color Cylindrical-coordinate representation of color #CC72BB: hue angle of 311.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC72BB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 187 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.2 |
| HSL | 311.33º | 0.47% | 0.62% | - |
| HSV(B) | 311.33º | 0.44% | 0.8% | - |
| XYZ | 39.89 | 28.46 | 50.4 | - |
| YUV | 149.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 187 | 0 | 0.44 | 0.08 | 0.2 | 311.33 | 0.47 | 0.62 |
| Hex | CC | 72 | BB | 0 | 2C | 8 | 14 | 137 | 2F | 3E |
| Octal | 314 | 162 | 273 | 0 | 54 | 10 | 24 | 467 | 57 | 76 |
| Binary | 11001100 | 1110010 | 10111011 | 0 | 101100 | 1000 | 10100 | 100110111 | 101111 | 111110 |
Color Harmonies of #CC72BB
Complementary color
Monochromatic Colors of #CC72BB
Black with #CC72BB
Text Example
Text Example
White with #CC72BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72BB; }
p { color: rgb(204,114,187); }
H1.HeaderClassName
{
color: #CC72BB;
}
.AnyTagClassName
{
color: #CC72BB;
}
</style>
background-color css
<style>
a { background-color: #CC72BB; }
a { background-color: rgb(204,114,187); }
div.DivClassName
{
background-color: #CC72BB;
}
.BgClassName
{
background-color: #CC72BB;
}
</style>
border-color css
<style>
span { border-color: #CC72BB; }
span { border-color: rgb(204,114,187); }
td.TdClassName
{
border-color: #CC72BB;
}
.TagClassName
{
border-color: #CC72BB;
}
</style>