Shades of Orchid #CF73CF
Tints of Orchid #CF73CF
RGB
CMYK
RGB Variations
Color information
#CF73CF (or 0xCF73CF) is known color: Orchid. HEX triplet: CF, 73 and CF. RGB value is (207,115,207). Sum of RGB (Red+Green+Blue) = 207+115+207=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF73CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73CF is #308C30. Grayscale: #989898. Windows color (decimal): -3181617 or 13595599. OLE color: 13595599.
HSL color Cylindrical-coordinate representation of color #CF73CF: 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.44%. Process color model (Four color, CMYK) of #CF73CF is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 207 | - |
| CMYK | 0 | 0.44 | 0 | 0.19 |
| HSL | 300º | 0.49% | 0.63% | - |
| HSV(B) | 300º | 0.44% | 0.81% | - |
| XYZ | 43.13 | 30.03 | 62.56 | - |
| YUV | 153 | 158.48 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 207 | 0 | 0.44 | 0 | 0.19 | 300 | 0.49 | 0.63 |
| Hex | CF | 73 | CF | 0 | 2C | 0 | 13 | 12C | 31 | 3F |
| Octal | 317 | 163 | 317 | 0 | 54 | 0 | 23 | 454 | 61 | 77 |
| Binary | 11001111 | 1110011 | 11001111 | 0 | 101100 | 0 | 10011 | 100101100 | 110001 | 111111 |
Color Harmonies of #CF73CF
Complementary color
Monochromatic Colors of #CF73CF
Black with #CF73CF
Text Example
Text Example
White with #CF73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73CF; }
p { color: rgb(207,115,207); }
H1.HeaderClassName
{
color: #CF73CF;
}
.AnyTagClassName
{
color: #CF73CF;
}
</style>
background-color css
<style>
a { background-color: #CF73CF; }
a { background-color: rgb(207,115,207); }
div.DivClassName
{
background-color: #CF73CF;
}
.BgClassName
{
background-color: #CF73CF;
}
</style>
border-color css
<style>
span { border-color: #CF73CF; }
span { border-color: rgb(207,115,207); }
td.TdClassName
{
border-color: #CF73CF;
}
.TagClassName
{
border-color: #CF73CF;
}
</style>