Shades of Orchid #CF73CE
Tints of Orchid #CF73CE
RGB
CMYK
RGB Variations
Color information
#CF73CE (or 0xCF73CE) is known color: Orchid. HEX triplet: CF, 73 and CE. RGB value is (207,115,206). Sum of RGB (Red+Green+Blue) = 207+115+206=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73CE is #308C31. Grayscale: #989898. Windows color (decimal): -3181618 or 13530063. OLE color: 13530063.
HSL color Cylindrical-coordinate representation of color #CF73CE: hue angle of 300.65º 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 #CF73CE is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 206 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.19 |
| HSL | 300.65º | 0.49% | 0.63% | - |
| HSV(B) | 300.65º | 0.44% | 0.81% | - |
| XYZ | 43 | 29.98 | 61.91 | - |
| YUV | 152.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 206 | 0 | 0.44 | 0.00 | 0.19 | 300.65 | 0.49 | 0.63 |
| Hex | CF | 73 | CE | 0 | 2C | 0 | 13 | 12D | 31 | 3F |
| Octal | 317 | 163 | 316 | 0 | 54 | 0 | 23 | 455 | 61 | 77 |
| Binary | 11001111 | 1110011 | 11001110 | 0 | 101100 | 0 | 10011 | 100101101 | 110001 | 111111 |
Color Harmonies of #CF73CE
Complementary color
Monochromatic Colors of #CF73CE
Black with #CF73CE
Text Example
Text Example
White with #CF73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73CE; }
p { color: rgb(207,115,206); }
H1.HeaderClassName
{
color: #CF73CE;
}
.AnyTagClassName
{
color: #CF73CE;
}
</style>
background-color css
<style>
a { background-color: #CF73CE; }
a { background-color: rgb(207,115,206); }
div.DivClassName
{
background-color: #CF73CE;
}
.BgClassName
{
background-color: #CF73CE;
}
</style>
border-color css
<style>
span { border-color: #CF73CE; }
span { border-color: rgb(207,115,206); }
td.TdClassName
{
border-color: #CF73CE;
}
.TagClassName
{
border-color: #CF73CE;
}
</style>