Shades of Heliotrope #CF4FFC
Tints of Heliotrope #CF4FFC
RGB
CMYK
RGB Variations
Color information
#CF4FFC (or 0xCF4FFC) is known color: Heliotrope. HEX triplet: CF, 4F and FC. RGB value is (207,79,252). Sum of RGB (Red+Green+Blue) = 207+79+252=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 79 (31.25% from 255 or 14.68% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF4FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4FFC is #30B003. Grayscale: #888888. Windows color (decimal): -3190788 or 16535503. OLE color: 16535503.
HSL color Cylindrical-coordinate representation of color #CF4FFC: hue angle of 284.39º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4FFC is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 79 | 252 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.01 |
| HSL | 284.39º | 0.97% | 0.65% | - |
| HSV(B) | 284.39º | 0.69% | 0.99% | - |
| XYZ | 46.1 | 25.89 | 94.66 | - |
| YUV | 136.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 252 | 0.18 | 0.69 | 0 | 0.01 | 284.39 | 0.97 | 0.65 |
| Hex | CF | 4F | FC | 12 | 45 | 0 | 1 | 11C | 61 | 41 |
| Octal | 317 | 117 | 374 | 22 | 105 | 0 | 1 | 434 | 141 | 101 |
| Binary | 11001111 | 1001111 | 11111100 | 10010 | 1000101 | 0 | 1 | 100011100 | 1100001 | 1000001 |
Color Harmonies of #CF4FFC
Complementary color
Monochromatic Colors of #CF4FFC
Black with #CF4FFC
Text Example
Text Example
White with #CF4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FFC; }
p { color: rgb(207,79,252); }
H1.HeaderClassName
{
color: #CF4FFC;
}
.AnyTagClassName
{
color: #CF4FFC;
}
</style>
background-color css
<style>
a { background-color: #CF4FFC; }
a { background-color: rgb(207,79,252); }
div.DivClassName
{
background-color: #CF4FFC;
}
.BgClassName
{
background-color: #CF4FFC;
}
</style>
border-color css
<style>
span { border-color: #CF4FFC; }
span { border-color: rgb(207,79,252); }
td.TdClassName
{
border-color: #CF4FFC;
}
.TagClassName
{
border-color: #CF4FFC;
}
</style>