Shades of Orchid #CF72C1
Tints of Orchid #CF72C1
RGB
CMYK
RGB Variations
Color information
#CF72C1 (or 0xCF72C1) is known color: Orchid. HEX triplet: CF, 72 and C1. RGB value is (207,114,193). Sum of RGB (Red+Green+Blue) = 207+114+193=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72C1 is #308D3E. Grayscale: #969696. Windows color (decimal): -3181887 or 12677839. OLE color: 12677839.
HSL color Cylindrical-coordinate representation of color #CF72C1: hue angle of 309.03º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF72C1 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 193 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.19 |
| HSL | 309.03º | 0.49% | 0.63% | - |
| HSV(B) | 309.03º | 0.45% | 0.81% | - |
| XYZ | 41.38 | 29.15 | 53.9 | - |
| YUV | 150.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 193 | 0 | 0.45 | 0.07 | 0.19 | 309.03 | 0.49 | 0.63 |
| Hex | CF | 72 | C1 | 0 | 2D | 7 | 13 | 135 | 31 | 3F |
| Octal | 317 | 162 | 301 | 0 | 55 | 7 | 23 | 465 | 61 | 77 |
| Binary | 11001111 | 1110010 | 11000001 | 0 | 101101 | 111 | 10011 | 100110101 | 110001 | 111111 |
Color Harmonies of #CF72C1
Complementary color
Monochromatic Colors of #CF72C1
Black with #CF72C1
Text Example
Text Example
White with #CF72C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF72C1; }
p { color: rgb(207,114,193); }
H1.HeaderClassName
{
color: #CF72C1;
}
.AnyTagClassName
{
color: #CF72C1;
}
</style>
background-color css
<style>
a { background-color: #CF72C1; }
a { background-color: rgb(207,114,193); }
div.DivClassName
{
background-color: #CF72C1;
}
.BgClassName
{
background-color: #CF72C1;
}
</style>
border-color css
<style>
span { border-color: #CF72C1; }
span { border-color: rgb(207,114,193); }
td.TdClassName
{
border-color: #CF72C1;
}
.TagClassName
{
border-color: #CF72C1;
}
</style>