Shades of Heliotrope #D35CFF
Tints of Heliotrope #D35CFF
RGB
CMYK
RGB Variations
Color information
#D35CFF (or 0xD35CFF) is known color: Heliotrope. HEX triplet: D3, 5C and FF. RGB value is (211,92,255). Sum of RGB (Red+Green+Blue) = 211+92+255=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #D35CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35CFF is #2CA300. Grayscale: #919191. Windows color (decimal): -2925313 or 16735443. OLE color: 16735443.
HSL color Cylindrical-coordinate representation of color #D35CFF: hue angle of 283.8º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D35CFF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 92 | 255 | - |
| CMYK | 0.17 | 0.64 | 0 | 0 |
| HSL | 283.8º | 1% | 0.68% | - |
| HSV(B) | 283.8º | 0.64% | 1% | - |
| XYZ | 48.74 | 28.72 | 97.58 | - |
| YUV | 146.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 255 | 0.17 | 0.64 | 0 | 0 | 283.8 | 1 | 0.68 |
| Hex | D3 | 5C | FF | 11 | 40 | 0 | 0 | 11C | 64 | 44 |
| Octal | 323 | 134 | 377 | 21 | 100 | 0 | 0 | 434 | 144 | 104 |
| Binary | 11010011 | 1011100 | 11111111 | 10001 | 1000000 | 0 | 0 | 100011100 | 1100100 | 1000100 |
Color Harmonies of #D35CFF
Complementary color
Monochromatic Colors of #D35CFF
Black with #D35CFF
Text Example
Text Example
White with #D35CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35CFF; }
p { color: rgb(211,92,255); }
H1.HeaderClassName
{
color: #D35CFF;
}
.AnyTagClassName
{
color: #D35CFF;
}
</style>
background-color css
<style>
a { background-color: #D35CFF; }
a { background-color: rgb(211,92,255); }
div.DivClassName
{
background-color: #D35CFF;
}
.BgClassName
{
background-color: #D35CFF;
}
</style>
border-color css
<style>
span { border-color: #D35CFF; }
span { border-color: rgb(211,92,255); }
td.TdClassName
{
border-color: #D35CFF;
}
.TagClassName
{
border-color: #D35CFF;
}
</style>