Shades of Heliotrope #CF63ED
Tints of Heliotrope #CF63ED
RGB
CMYK
RGB Variations
Color information
#CF63ED (or 0xCF63ED) is known color: Heliotrope. HEX triplet: CF, 63 and ED. RGB value is (207,99,237). Sum of RGB (Red+Green+Blue) = 207+99+237=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF63ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63ED is #309C12. Grayscale: #929292. Windows color (decimal): -3185683 or 15557583. OLE color: 15557583.
HSL color Cylindrical-coordinate representation of color #CF63ED: hue angle of 286.96º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF63ED is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 99 | 237 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.07 |
| HSL | 286.96º | 0.79% | 0.66% | - |
| HSV(B) | 286.96º | 0.58% | 0.93% | - |
| XYZ | 45.48 | 28.3 | 83.19 | - |
| YUV | 147.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 237 | 0.13 | 0.58 | 0 | 0.07 | 286.96 | 0.79 | 0.66 |
| Hex | CF | 63 | ED | D | 3A | 0 | 7 | 11F | 4F | 42 |
| Octal | 317 | 143 | 355 | 15 | 72 | 0 | 7 | 437 | 117 | 102 |
| Binary | 11001111 | 1100011 | 11101101 | 1101 | 111010 | 0 | 111 | 100011111 | 1001111 | 1000010 |
Color Harmonies of #CF63ED
Complementary color
Monochromatic Colors of #CF63ED
Black with #CF63ED
Text Example
Text Example
White with #CF63ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63ED; }
p { color: rgb(207,99,237); }
H1.HeaderClassName
{
color: #CF63ED;
}
.AnyTagClassName
{
color: #CF63ED;
}
</style>
background-color css
<style>
a { background-color: #CF63ED; }
a { background-color: rgb(207,99,237); }
div.DivClassName
{
background-color: #CF63ED;
}
.BgClassName
{
background-color: #CF63ED;
}
</style>
border-color css
<style>
span { border-color: #CF63ED; }
span { border-color: rgb(207,99,237); }
td.TdClassName
{
border-color: #CF63ED;
}
.TagClassName
{
border-color: #CF63ED;
}
</style>