Shades of Orchid #CC72BC
Tints of Orchid #CC72BC
RGB
CMYK
RGB Variations
Color information
#CC72BC (or 0xCC72BC) is known color: Orchid. HEX triplet: CC, 72 and BC. RGB value is (204,114,188). Sum of RGB (Red+Green+Blue) = 204+114+188=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72BC is #338D43. Grayscale: #959595. Windows color (decimal): -3378500 or 12350156. OLE color: 12350156.
HSL color Cylindrical-coordinate representation of color #CC72BC: hue angle of 310.67º 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 #CC72BC is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 188 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.2 |
| HSL | 310.67º | 0.47% | 0.62% | - |
| HSV(B) | 310.67º | 0.44% | 0.8% | - |
| XYZ | 40 | 28.5 | 50.97 | - |
| YUV | 149.35 | 149.82 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 188 | 0 | 0.44 | 0.08 | 0.2 | 310.67 | 0.47 | 0.62 |
| Hex | CC | 72 | BC | 0 | 2C | 8 | 14 | 137 | 2F | 3E |
| Octal | 314 | 162 | 274 | 0 | 54 | 10 | 24 | 467 | 57 | 76 |
| Binary | 11001100 | 1110010 | 10111100 | 0 | 101100 | 1000 | 10100 | 100110111 | 101111 | 111110 |
Color Harmonies of #CC72BC
Complementary color
Monochromatic Colors of #CC72BC
Black with #CC72BC
Text Example
Text Example
White with #CC72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72BC; }
p { color: rgb(204,114,188); }
H1.HeaderClassName
{
color: #CC72BC;
}
.AnyTagClassName
{
color: #CC72BC;
}
</style>
background-color css
<style>
a { background-color: #CC72BC; }
a { background-color: rgb(204,114,188); }
div.DivClassName
{
background-color: #CC72BC;
}
.BgClassName
{
background-color: #CC72BC;
}
</style>
border-color css
<style>
span { border-color: #CC72BC; }
span { border-color: rgb(204,114,188); }
td.TdClassName
{
border-color: #CC72BC;
}
.TagClassName
{
border-color: #CC72BC;
}
</style>