Shades of Heliotrope #CF55FB
Tints of Heliotrope #CF55FB
RGB
CMYK
RGB Variations
Color information
#CF55FB (or 0xCF55FB) is known color: Heliotrope. HEX triplet: CF, 55 and FB. RGB value is (207,85,251). Sum of RGB (Red+Green+Blue) = 207+85+251=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF55FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF55FB is #30AA04. Grayscale: #8B8B8B. Windows color (decimal): -3189253 or 16471503. OLE color: 16471503.
HSL color Cylindrical-coordinate representation of color #CF55FB: hue angle of 284.1º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF55FB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 85 | 251 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.02 |
| HSL | 284.1º | 0.95% | 0.66% | - |
| HSV(B) | 284.1º | 0.66% | 0.98% | - |
| XYZ | 46.39 | 26.73 | 93.98 | - |
| YUV | 140.4 | 190.42 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 251 | 0.18 | 0.66 | 0 | 0.02 | 284.1 | 0.95 | 0.66 |
| Hex | CF | 55 | FB | 12 | 42 | 0 | 2 | 11C | 5F | 42 |
| Octal | 317 | 125 | 373 | 22 | 102 | 0 | 2 | 434 | 137 | 102 |
| Binary | 11001111 | 1010101 | 11111011 | 10010 | 1000010 | 0 | 10 | 100011100 | 1011111 | 1000010 |
Color Harmonies of #CF55FB
Complementary color
Monochromatic Colors of #CF55FB
Black with #CF55FB
Text Example
Text Example
White with #CF55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55FB; }
p { color: rgb(207,85,251); }
H1.HeaderClassName
{
color: #CF55FB;
}
.AnyTagClassName
{
color: #CF55FB;
}
</style>
background-color css
<style>
a { background-color: #CF55FB; }
a { background-color: rgb(207,85,251); }
div.DivClassName
{
background-color: #CF55FB;
}
.BgClassName
{
background-color: #CF55FB;
}
</style>
border-color css
<style>
span { border-color: #CF55FB; }
span { border-color: rgb(207,85,251); }
td.TdClassName
{
border-color: #CF55FB;
}
.TagClassName
{
border-color: #CF55FB;
}
</style>