Shades of Orchid #CF72B5
Tints of Orchid #CF72B5
RGB
CMYK
RGB Variations
Color information
#CF72B5 (or 0xCF72B5) is known color: Orchid. HEX triplet: CF, 72 and B5. RGB value is (207,114,181). Sum of RGB (Red+Green+Blue) = 207+114+181=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72B5 is #308D4A. Grayscale: #959595. Windows color (decimal): -3181899 or 11891407. OLE color: 11891407.
HSL color Cylindrical-coordinate representation of color #CF72B5: hue angle of 316.77º 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 #CF72B5 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 181 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.19 |
| HSL | 316.77º | 0.49% | 0.63% | - |
| HSV(B) | 316.77º | 0.45% | 0.81% | - |
| XYZ | 40.09 | 28.64 | 47.13 | - |
| YUV | 149.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 181 | 0 | 0.45 | 0.13 | 0.19 | 316.77 | 0.49 | 0.63 |
| Hex | CF | 72 | B5 | 0 | 2D | D | 13 | 13D | 31 | 3F |
| Octal | 317 | 162 | 265 | 0 | 55 | 15 | 23 | 475 | 61 | 77 |
| Binary | 11001111 | 1110010 | 10110101 | 0 | 101101 | 1101 | 10011 | 100111101 | 110001 | 111111 |
Color Harmonies of #CF72B5
Complementary color
Monochromatic Colors of #CF72B5
Black with #CF72B5
Text Example
Text Example
White with #CF72B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF72B5; }
p { color: rgb(207,114,181); }
H1.HeaderClassName
{
color: #CF72B5;
}
.AnyTagClassName
{
color: #CF72B5;
}
</style>
background-color css
<style>
a { background-color: #CF72B5; }
a { background-color: rgb(207,114,181); }
div.DivClassName
{
background-color: #CF72B5;
}
.BgClassName
{
background-color: #CF72B5;
}
</style>
border-color css
<style>
span { border-color: #CF72B5; }
span { border-color: rgb(207,114,181); }
td.TdClassName
{
border-color: #CF72B5;
}
.TagClassName
{
border-color: #CF72B5;
}
</style>