Shades of Orchid #CF72D0
Tints of Orchid #CF72D0
RGB
CMYK
RGB Variations
Color information
#CF72D0 (or 0xCF72D0) is known color: Orchid. HEX triplet: CF, 72 and D0. RGB value is (207,114,208). Sum of RGB (Red+Green+Blue) = 207+114+208=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF72D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72D0 is #308D2F. Grayscale: #989898. Windows color (decimal): -3181872 or 13660879. OLE color: 13660879.
HSL color Cylindrical-coordinate representation of color #CF72D0: hue angle of 299.36º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF72D0 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 114 | 208 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.18 |
| HSL | 299.36º | 0.5% | 0.63% | - |
| HSV(B) | 299.36º | 0.45% | 0.82% | - |
| XYZ | 43.13 | 29.85 | 63.16 | - |
| YUV | 152.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 208 | 0.00 | 0.45 | 0 | 0.18 | 299.36 | 0.5 | 0.63 |
| Hex | CF | 72 | D0 | 0 | 2D | 0 | 12 | 12B | 32 | 3F |
| Octal | 317 | 162 | 320 | 0 | 55 | 0 | 22 | 453 | 62 | 77 |
| Binary | 11001111 | 1110010 | 11010000 | 0 | 101101 | 0 | 10010 | 100101011 | 110010 | 111111 |
Color Harmonies of #CF72D0
Complementary color
Monochromatic Colors of #CF72D0
Black with #CF72D0
Text Example
Text Example
White with #CF72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF72D0; }
p { color: rgb(207,114,208); }
H1.HeaderClassName
{
color: #CF72D0;
}
.AnyTagClassName
{
color: #CF72D0;
}
</style>
background-color css
<style>
a { background-color: #CF72D0; }
a { background-color: rgb(207,114,208); }
div.DivClassName
{
background-color: #CF72D0;
}
.BgClassName
{
background-color: #CF72D0;
}
</style>
border-color css
<style>
span { border-color: #CF72D0; }
span { border-color: rgb(207,114,208); }
td.TdClassName
{
border-color: #CF72D0;
}
.TagClassName
{
border-color: #CF72D0;
}
</style>