Shades of Heliotrope #D65CFA
Tints of Heliotrope #D65CFA
RGB
CMYK
RGB Variations
Color information
#D65CFA (or 0xD65CFA) is known color: Heliotrope. HEX triplet: D6, 5C and FA. RGB value is (214,92,250). Sum of RGB (Red+Green+Blue) = 214+92+250=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 92 (36.33% from 255 or 16.55% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #D65CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65CFA is #29A305. Grayscale: #919191. Windows color (decimal): -2728710 or 16407766. OLE color: 16407766.
HSL color Cylindrical-coordinate representation of color #D65CFA: hue angle of 286.33º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65CFA is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 92 | 250 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.02 |
| HSL | 286.33º | 0.94% | 0.67% | - |
| HSV(B) | 286.33º | 0.63% | 0.98% | - |
| XYZ | 48.81 | 28.85 | 93.44 | - |
| YUV | 146.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 250 | 0.14 | 0.63 | 0 | 0.02 | 286.33 | 0.94 | 0.67 |
| Hex | D6 | 5C | FA | E | 3F | 0 | 2 | 11E | 5E | 43 |
| Octal | 326 | 134 | 372 | 16 | 77 | 0 | 2 | 436 | 136 | 103 |
| Binary | 11010110 | 1011100 | 11111010 | 1110 | 111111 | 0 | 10 | 100011110 | 1011110 | 1000011 |
Color Harmonies of #D65CFA
Complementary color
Monochromatic Colors of #D65CFA
Black with #D65CFA
Text Example
Text Example
White with #D65CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CFA; }
p { color: rgb(214,92,250); }
H1.HeaderClassName
{
color: #D65CFA;
}
.AnyTagClassName
{
color: #D65CFA;
}
</style>
background-color css
<style>
a { background-color: #D65CFA; }
a { background-color: rgb(214,92,250); }
div.DivClassName
{
background-color: #D65CFA;
}
.BgClassName
{
background-color: #D65CFA;
}
</style>
border-color css
<style>
span { border-color: #D65CFA; }
span { border-color: rgb(214,92,250); }
td.TdClassName
{
border-color: #D65CFA;
}
.TagClassName
{
border-color: #D65CFA;
}
</style>