Shades of Heliotrope #CD65F0
Tints of Heliotrope #CD65F0
RGB
CMYK
RGB Variations
Color information
#CD65F0 (or 0xCD65F0) is known color: Heliotrope. HEX triplet: CD, 65 and F0. RGB value is (205,101,240). Sum of RGB (Red+Green+Blue) = 205+101+240=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD65F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD65F0 is #329A0F. Grayscale: #939393. Windows color (decimal): -3316240 or 15754701. OLE color: 15754701.
HSL color Cylindrical-coordinate representation of color #CD65F0: hue angle of 284.89º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD65F0 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 101 | 240 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.06 |
| HSL | 284.89º | 0.82% | 0.67% | - |
| HSV(B) | 284.89º | 0.58% | 0.94% | - |
| XYZ | 45.56 | 28.58 | 85.55 | - |
| YUV | 147.94 | 179.96 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 240 | 0.15 | 0.58 | 0 | 0.06 | 284.89 | 0.82 | 0.67 |
| Hex | CD | 65 | F0 | F | 3A | 0 | 6 | 11D | 52 | 43 |
| Octal | 315 | 145 | 360 | 17 | 72 | 0 | 6 | 435 | 122 | 103 |
| Binary | 11001101 | 1100101 | 11110000 | 1111 | 111010 | 0 | 110 | 100011101 | 1010010 | 1000011 |
Color Harmonies of #CD65F0
Complementary color
Monochromatic Colors of #CD65F0
Black with #CD65F0
Text Example
Text Example
White with #CD65F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD65F0; }
p { color: rgb(205,101,240); }
H1.HeaderClassName
{
color: #CD65F0;
}
.AnyTagClassName
{
color: #CD65F0;
}
</style>
background-color css
<style>
a { background-color: #CD65F0; }
a { background-color: rgb(205,101,240); }
div.DivClassName
{
background-color: #CD65F0;
}
.BgClassName
{
background-color: #CD65F0;
}
</style>
border-color css
<style>
span { border-color: #CD65F0; }
span { border-color: rgb(205,101,240); }
td.TdClassName
{
border-color: #CD65F0;
}
.TagClassName
{
border-color: #CD65F0;
}
</style>