Shades of Orchid #CF72CF
Tints of Orchid #CF72CF
RGB
CMYK
RGB Variations
Color information
#CF72CF (or 0xCF72CF) is known color: Orchid. HEX triplet: CF, 72 and CF. RGB value is (207,114,207). Sum of RGB (Red+Green+Blue) = 207+114+207=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72CF is #308D30. Grayscale: #989898. Windows color (decimal): -3181873 or 13595343. OLE color: 13595343.
HSL color Cylindrical-coordinate representation of color #CF72CF: hue angle of 300º 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 #CF72CF is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 207 | - |
| CMYK | 0 | 0.45 | 0 | 0.19 |
| HSL | 300º | 0.49% | 0.63% | - |
| HSV(B) | 300º | 0.45% | 0.81% | - |
| XYZ | 43.01 | 29.81 | 62.52 | - |
| YUV | 152.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 207 | 0 | 0.45 | 0 | 0.19 | 300 | 0.49 | 0.63 |
| Hex | CF | 72 | CF | 0 | 2D | 0 | 13 | 12C | 31 | 3F |
| Octal | 317 | 162 | 317 | 0 | 55 | 0 | 23 | 454 | 61 | 77 |
| Binary | 11001111 | 1110010 | 11001111 | 0 | 101101 | 0 | 10011 | 100101100 | 110001 | 111111 |
Color Harmonies of #CF72CF
Complementary color
Monochromatic Colors of #CF72CF
Black with #CF72CF
Text Example
Text Example
White with #CF72CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF72CF; }
p { color: rgb(207,114,207); }
H1.HeaderClassName
{
color: #CF72CF;
}
.AnyTagClassName
{
color: #CF72CF;
}
</style>
background-color css
<style>
a { background-color: #CF72CF; }
a { background-color: rgb(207,114,207); }
div.DivClassName
{
background-color: #CF72CF;
}
.BgClassName
{
background-color: #CF72CF;
}
</style>
border-color css
<style>
span { border-color: #CF72CF; }
span { border-color: rgb(207,114,207); }
td.TdClassName
{
border-color: #CF72CF;
}
.TagClassName
{
border-color: #CF72CF;
}
</style>