Shades of Orchid #CF73C5
Tints of Orchid #CF73C5
RGB
CMYK
RGB Variations
Color information
#CF73C5 (or 0xCF73C5) is known color: Orchid. HEX triplet: CF, 73 and C5. RGB value is (207,115,197). Sum of RGB (Red+Green+Blue) = 207+115+197=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73C5 is #308C3A. Grayscale: #979797. Windows color (decimal): -3181627 or 12940239. OLE color: 12940239.
HSL color Cylindrical-coordinate representation of color #CF73C5: hue angle of 306.52º 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 #CF73C5 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 197 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.19 |
| HSL | 306.52º | 0.49% | 0.63% | - |
| HSV(B) | 306.52º | 0.44% | 0.81% | - |
| XYZ | 41.94 | 29.56 | 56.32 | - |
| YUV | 151.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 197 | 0 | 0.44 | 0.05 | 0.19 | 306.52 | 0.49 | 0.63 |
| Hex | CF | 73 | C5 | 0 | 2C | 5 | 13 | 133 | 31 | 3F |
| Octal | 317 | 163 | 305 | 0 | 54 | 5 | 23 | 463 | 61 | 77 |
| Binary | 11001111 | 1110011 | 11000101 | 0 | 101100 | 101 | 10011 | 100110011 | 110001 | 111111 |
Color Harmonies of #CF73C5
Complementary color
Monochromatic Colors of #CF73C5
Black with #CF73C5
Text Example
Text Example
White with #CF73C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73C5; }
p { color: rgb(207,115,197); }
H1.HeaderClassName
{
color: #CF73C5;
}
.AnyTagClassName
{
color: #CF73C5;
}
</style>
background-color css
<style>
a { background-color: #CF73C5; }
a { background-color: rgb(207,115,197); }
div.DivClassName
{
background-color: #CF73C5;
}
.BgClassName
{
background-color: #CF73C5;
}
</style>
border-color css
<style>
span { border-color: #CF73C5; }
span { border-color: rgb(207,115,197); }
td.TdClassName
{
border-color: #CF73C5;
}
.TagClassName
{
border-color: #CF73C5;
}
</style>