Shades of Heliotrope #CF4AFB
Tints of Heliotrope #CF4AFB
RGB
CMYK
RGB Variations
Color information
#CF4AFB (or 0xCF4AFB) is known color: Heliotrope. HEX triplet: CF, 4A and FB. RGB value is (207,74,251). Sum of RGB (Red+Green+Blue) = 207+74+251=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF4AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AFB is #30B504. Grayscale: #858585. Windows color (decimal): -3192069 or 16468687. OLE color: 16468687.
HSL color Cylindrical-coordinate representation of color #CF4AFB: hue angle of 285.08º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF4AFB is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 74 | 251 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.02 |
| HSL | 285.08º | 0.96% | 0.64% | - |
| HSV(B) | 285.08º | 0.71% | 0.98% | - |
| XYZ | 45.59 | 25.13 | 93.71 | - |
| YUV | 133.95 | 194.06 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 251 | 0.18 | 0.71 | 0 | 0.02 | 285.08 | 0.96 | 0.64 |
| Hex | CF | 4A | FB | 12 | 47 | 0 | 2 | 11D | 60 | 40 |
| Octal | 317 | 112 | 373 | 22 | 107 | 0 | 2 | 435 | 140 | 100 |
| Binary | 11001111 | 1001010 | 11111011 | 10010 | 1000111 | 0 | 10 | 100011101 | 1100000 | 1000000 |
Color Harmonies of #CF4AFB
Complementary color
Monochromatic Colors of #CF4AFB
Black with #CF4AFB
Text Example
Text Example
White with #CF4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AFB; }
p { color: rgb(207,74,251); }
H1.HeaderClassName
{
color: #CF4AFB;
}
.AnyTagClassName
{
color: #CF4AFB;
}
</style>
background-color css
<style>
a { background-color: #CF4AFB; }
a { background-color: rgb(207,74,251); }
div.DivClassName
{
background-color: #CF4AFB;
}
.BgClassName
{
background-color: #CF4AFB;
}
</style>
border-color css
<style>
span { border-color: #CF4AFB; }
span { border-color: rgb(207,74,251); }
td.TdClassName
{
border-color: #CF4AFB;
}
.TagClassName
{
border-color: #CF4AFB;
}
</style>