Shades of Orchid #CF73D1
Tints of Orchid #CF73D1
RGB
CMYK
RGB Variations
Color information
#CF73D1 (or 0xCF73D1) is known color: Orchid. HEX triplet: CF, 73 and D1. RGB value is (207,115,209). Sum of RGB (Red+Green+Blue) = 207+115+209=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF73D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73D1 is #308C2E. Grayscale: #989898. Windows color (decimal): -3181615 or 13726671. OLE color: 13726671.
HSL color Cylindrical-coordinate representation of color #CF73D1: hue angle of 298.72º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF73D1 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 115 | 209 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.18 |
| HSL | 298.72º | 0.51% | 0.64% | - |
| HSV(B) | 298.72º | 0.45% | 0.82% | - |
| XYZ | 43.37 | 30.13 | 63.85 | - |
| YUV | 153.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 209 | 0.01 | 0.45 | 0 | 0.18 | 298.72 | 0.51 | 0.64 |
| Hex | CF | 73 | D1 | 1 | 2D | 0 | 12 | 12B | 33 | 40 |
| Octal | 317 | 163 | 321 | 1 | 55 | 0 | 22 | 453 | 63 | 100 |
| Binary | 11001111 | 1110011 | 11010001 | 1 | 101101 | 0 | 10010 | 100101011 | 110011 | 1000000 |
Color Harmonies of #CF73D1
Complementary color
Monochromatic Colors of #CF73D1
Black with #CF73D1
Text Example
Text Example
White with #CF73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73D1; }
p { color: rgb(207,115,209); }
H1.HeaderClassName
{
color: #CF73D1;
}
.AnyTagClassName
{
color: #CF73D1;
}
</style>
background-color css
<style>
a { background-color: #CF73D1; }
a { background-color: rgb(207,115,209); }
div.DivClassName
{
background-color: #CF73D1;
}
.BgClassName
{
background-color: #CF73D1;
}
</style>
border-color css
<style>
span { border-color: #CF73D1; }
span { border-color: rgb(207,115,209); }
td.TdClassName
{
border-color: #CF73D1;
}
.TagClassName
{
border-color: #CF73D1;
}
</style>