Shades of Orchid #CC72B7
Tints of Orchid #CC72B7
RGB
CMYK
RGB Variations
Color information
#CC72B7 (or 0xCC72B7) is known color: Orchid. HEX triplet: CC, 72 and B7. RGB value is (204,114,183). Sum of RGB (Red+Green+Blue) = 204+114+183=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72B7 is #338D48. Grayscale: #949494. Windows color (decimal): -3378505 or 12022476. OLE color: 12022476.
HSL color Cylindrical-coordinate representation of color #CC72B7: hue angle of 314º 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 #CC72B7 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 183 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.2 |
| HSL | 314º | 0.47% | 0.62% | - |
| HSV(B) | 314º | 0.44% | 0.8% | - |
| XYZ | 39.47 | 28.29 | 48.18 | - |
| YUV | 148.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 183 | 0 | 0.44 | 0.10 | 0.2 | 314 | 0.47 | 0.62 |
| Hex | CC | 72 | B7 | 0 | 2C | A | 14 | 13A | 2F | 3E |
| Octal | 314 | 162 | 267 | 0 | 54 | 12 | 24 | 472 | 57 | 76 |
| Binary | 11001100 | 1110010 | 10110111 | 0 | 101100 | 1010 | 10100 | 100111010 | 101111 | 111110 |
Color Harmonies of #CC72B7
Complementary color
Monochromatic Colors of #CC72B7
Black with #CC72B7
Text Example
Text Example
White with #CC72B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72B7; }
p { color: rgb(204,114,183); }
H1.HeaderClassName
{
color: #CC72B7;
}
.AnyTagClassName
{
color: #CC72B7;
}
</style>
background-color css
<style>
a { background-color: #CC72B7; }
a { background-color: rgb(204,114,183); }
div.DivClassName
{
background-color: #CC72B7;
}
.BgClassName
{
background-color: #CC72B7;
}
</style>
border-color css
<style>
span { border-color: #CC72B7; }
span { border-color: rgb(204,114,183); }
td.TdClassName
{
border-color: #CC72B7;
}
.TagClassName
{
border-color: #CC72B7;
}
</style>