Shades of Heliotrope #D35CF5
Tints of Heliotrope #D35CF5
RGB
CMYK
RGB Variations
Color information
#D35CF5 (or 0xD35CF5) is known color: Heliotrope. HEX triplet: D3, 5C and F5. RGB value is (211,92,245). Sum of RGB (Red+Green+Blue) = 211+92+245=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #D35CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35CF5 is #2CA30A. Grayscale: #909090. Windows color (decimal): -2925323 or 16080083. OLE color: 16080083.
HSL color Cylindrical-coordinate representation of color #D35CF5: hue angle of 286.67º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35CF5 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 92 | 245 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.04 |
| HSL | 286.67º | 0.88% | 0.66% | - |
| HSV(B) | 286.67º | 0.62% | 0.96% | - |
| XYZ | 47.17 | 28.1 | 89.32 | - |
| YUV | 145.02 | 184.42 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 245 | 0.14 | 0.62 | 0 | 0.04 | 286.67 | 0.88 | 0.66 |
| Hex | D3 | 5C | F5 | E | 3E | 0 | 4 | 11F | 58 | 42 |
| Octal | 323 | 134 | 365 | 16 | 76 | 0 | 4 | 437 | 130 | 102 |
| Binary | 11010011 | 1011100 | 11110101 | 1110 | 111110 | 0 | 100 | 100011111 | 1011000 | 1000010 |
Color Harmonies of #D35CF5
Complementary color
Monochromatic Colors of #D35CF5
Black with #D35CF5
Text Example
Text Example
White with #D35CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35CF5; }
p { color: rgb(211,92,245); }
H1.HeaderClassName
{
color: #D35CF5;
}
.AnyTagClassName
{
color: #D35CF5;
}
</style>
background-color css
<style>
a { background-color: #D35CF5; }
a { background-color: rgb(211,92,245); }
div.DivClassName
{
background-color: #D35CF5;
}
.BgClassName
{
background-color: #D35CF5;
}
</style>
border-color css
<style>
span { border-color: #D35CF5; }
span { border-color: rgb(211,92,245); }
td.TdClassName
{
border-color: #D35CF5;
}
.TagClassName
{
border-color: #D35CF5;
}
</style>