Shades of Orchid #CF73DF
Tints of Orchid #CF73DF
RGB
CMYK
RGB Variations
Color information
#CF73DF (or 0xCF73DF) is known color: Orchid. HEX triplet: CF, 73 and DF. RGB value is (207,115,223). Sum of RGB (Red+Green+Blue) = 207+115+223=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73DF is #308C20. Grayscale: #9A9A9A. Windows color (decimal): -3181601 or 14644175. OLE color: 14644175.
HSL color Cylindrical-coordinate representation of color #CF73DF: hue angle of 291.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF73DF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 115 | 223 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.13 |
| HSL | 291.11º | 0.63% | 0.66% | - |
| HSV(B) | 291.11º | 0.48% | 0.87% | - |
| XYZ | 45.18 | 30.85 | 73.39 | - |
| YUV | 154.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 223 | 0.07 | 0.48 | 0 | 0.13 | 291.11 | 0.63 | 0.66 |
| Hex | CF | 73 | DF | 7 | 30 | 0 | D | 123 | 3F | 42 |
| Octal | 317 | 163 | 337 | 7 | 60 | 0 | 15 | 443 | 77 | 102 |
| Binary | 11001111 | 1110011 | 11011111 | 111 | 110000 | 0 | 1101 | 100100011 | 111111 | 1000010 |
Color Harmonies of #CF73DF
Complementary color
Monochromatic Colors of #CF73DF
Black with #CF73DF
Text Example
Text Example
White with #CF73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73DF; }
p { color: rgb(207,115,223); }
H1.HeaderClassName
{
color: #CF73DF;
}
.AnyTagClassName
{
color: #CF73DF;
}
</style>
background-color css
<style>
a { background-color: #CF73DF; }
a { background-color: rgb(207,115,223); }
div.DivClassName
{
background-color: #CF73DF;
}
.BgClassName
{
background-color: #CF73DF;
}
</style>
border-color css
<style>
span { border-color: #CF73DF; }
span { border-color: rgb(207,115,223); }
td.TdClassName
{
border-color: #CF73DF;
}
.TagClassName
{
border-color: #CF73DF;
}
</style>