Shades of Heliotrope #CF73FD
Tints of Heliotrope #CF73FD
RGB
CMYK
RGB Variations
Color information
#CF73FD (or 0xCF73FD) is known color: Heliotrope. HEX triplet: CF, 73 and FD. RGB value is (207,115,253). Sum of RGB (Red+Green+Blue) = 207+115+253=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF73FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF73FD is #308C02. Grayscale: #9D9D9D. Windows color (decimal): -3181571 or 16610255. OLE color: 16610255.
HSL color Cylindrical-coordinate representation of color #CF73FD: hue angle of 280º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF73FD is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 115 | 253 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.01 |
| HSL | 280º | 0.97% | 0.72% | - |
| HSV(B) | 280º | 0.55% | 0.99% | - |
| XYZ | 49.59 | 32.62 | 96.61 | - |
| YUV | 158.24 | 181.48 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 253 | 0.18 | 0.55 | 0 | 0.01 | 280 | 0.97 | 0.72 |
| Hex | CF | 73 | FD | 12 | 37 | 0 | 1 | 118 | 61 | 48 |
| Octal | 317 | 163 | 375 | 22 | 67 | 0 | 1 | 430 | 141 | 110 |
| Binary | 11001111 | 1110011 | 11111101 | 10010 | 110111 | 0 | 1 | 100011000 | 1100001 | 1001000 |
Color Harmonies of #CF73FD
Complementary color
Monochromatic Colors of #CF73FD
Black with #CF73FD
Text Example
Text Example
White with #CF73FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73FD; }
p { color: rgb(207,115,253); }
H1.HeaderClassName
{
color: #CF73FD;
}
.AnyTagClassName
{
color: #CF73FD;
}
</style>
background-color css
<style>
a { background-color: #CF73FD; }
a { background-color: rgb(207,115,253); }
div.DivClassName
{
background-color: #CF73FD;
}
.BgClassName
{
background-color: #CF73FD;
}
</style>
border-color css
<style>
span { border-color: #CF73FD; }
span { border-color: rgb(207,115,253); }
td.TdClassName
{
border-color: #CF73FD;
}
.TagClassName
{
border-color: #CF73FD;
}
</style>