Shades of Heliotrope #CF55F3
Tints of Heliotrope #CF55F3
RGB
CMYK
RGB Variations
Color information
#CF55F3 (or 0xCF55F3) is known color: Heliotrope. HEX triplet: CF, 55 and F3. RGB value is (207,85,243). Sum of RGB (Red+Green+Blue) = 207+85+243=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF55F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF55F3 is #30AA0C. Grayscale: #8A8A8A. Windows color (decimal): -3189261 or 15947215. OLE color: 15947215.
HSL color Cylindrical-coordinate representation of color #CF55F3: hue angle of 286.33º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF55F3 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 85 | 243 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.05 |
| HSL | 286.33º | 0.87% | 0.64% | - |
| HSV(B) | 286.33º | 0.65% | 0.95% | - |
| XYZ | 45.16 | 26.23 | 87.48 | - |
| YUV | 139.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 243 | 0.15 | 0.65 | 0 | 0.05 | 286.33 | 0.87 | 0.64 |
| Hex | CF | 55 | F3 | F | 41 | 0 | 5 | 11E | 57 | 40 |
| Octal | 317 | 125 | 363 | 17 | 101 | 0 | 5 | 436 | 127 | 100 |
| Binary | 11001111 | 1010101 | 11110011 | 1111 | 1000001 | 0 | 101 | 100011110 | 1010111 | 1000000 |
Color Harmonies of #CF55F3
Complementary color
Monochromatic Colors of #CF55F3
Black with #CF55F3
Text Example
Text Example
White with #CF55F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55F3; }
p { color: rgb(207,85,243); }
H1.HeaderClassName
{
color: #CF55F3;
}
.AnyTagClassName
{
color: #CF55F3;
}
</style>
background-color css
<style>
a { background-color: #CF55F3; }
a { background-color: rgb(207,85,243); }
div.DivClassName
{
background-color: #CF55F3;
}
.BgClassName
{
background-color: #CF55F3;
}
</style>
border-color css
<style>
span { border-color: #CF55F3; }
span { border-color: rgb(207,85,243); }
td.TdClassName
{
border-color: #CF55F3;
}
.TagClassName
{
border-color: #CF55F3;
}
</style>