Shades of Heliotrope #CF4CFD
Tints of Heliotrope #CF4CFD
RGB
CMYK
RGB Variations
Color information
#CF4CFD (or 0xCF4CFD) is known color: Heliotrope. HEX triplet: CF, 4C and FD. RGB value is (207,76,253). Sum of RGB (Red+Green+Blue) = 207+76+253=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 76 (30.08% from 255 or 14.18% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF4CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4CFD is #30B302. Grayscale: #868686. Windows color (decimal): -3191555 or 16600271. OLE color: 16600271.
HSL color Cylindrical-coordinate representation of color #CF4CFD: hue angle of 284.41º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF4CFD is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 76 | 253 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.01 |
| HSL | 284.41º | 0.98% | 0.65% | - |
| HSV(B) | 284.41º | 0.7% | 0.99% | - |
| XYZ | 46.05 | 25.53 | 95.43 | - |
| YUV | 135.35 | 194.4 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 253 | 0.18 | 0.70 | 0 | 0.01 | 284.41 | 0.98 | 0.65 |
| Hex | CF | 4C | FD | 12 | 46 | 0 | 1 | 11C | 62 | 41 |
| Octal | 317 | 114 | 375 | 22 | 106 | 0 | 1 | 434 | 142 | 101 |
| Binary | 11001111 | 1001100 | 11111101 | 10010 | 1000110 | 0 | 1 | 100011100 | 1100010 | 1000001 |
Color Harmonies of #CF4CFD
Complementary color
Monochromatic Colors of #CF4CFD
Black with #CF4CFD
Text Example
Text Example
White with #CF4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CFD; }
p { color: rgb(207,76,253); }
H1.HeaderClassName
{
color: #CF4CFD;
}
.AnyTagClassName
{
color: #CF4CFD;
}
</style>
background-color css
<style>
a { background-color: #CF4CFD; }
a { background-color: rgb(207,76,253); }
div.DivClassName
{
background-color: #CF4CFD;
}
.BgClassName
{
background-color: #CF4CFD;
}
</style>
border-color css
<style>
span { border-color: #CF4CFD; }
span { border-color: rgb(207,76,253); }
td.TdClassName
{
border-color: #CF4CFD;
}
.TagClassName
{
border-color: #CF4CFD;
}
</style>