Shades of Heliotrope #CD66F0
Tints of Heliotrope #CD66F0
RGB
CMYK
RGB Variations
Color information
#CD66F0 (or 0xCD66F0) is known color: Heliotrope. HEX triplet: CD, 66 and F0. RGB value is (205,102,240). Sum of RGB (Red+Green+Blue) = 205+102+240=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD66F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD66F0 is #32990F. Grayscale: #949494. Windows color (decimal): -3315984 or 15754957. OLE color: 15754957.
HSL color Cylindrical-coordinate representation of color #CD66F0: hue angle of 284.78º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD66F0 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 102 | 240 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.06 |
| HSL | 284.78º | 0.82% | 0.67% | - |
| HSV(B) | 284.78º | 0.58% | 0.94% | - |
| XYZ | 45.66 | 28.77 | 85.59 | - |
| YUV | 148.53 | 179.62 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 240 | 0.15 | 0.58 | 0 | 0.06 | 284.78 | 0.82 | 0.67 |
| Hex | CD | 66 | F0 | F | 3A | 0 | 6 | 11D | 52 | 43 |
| Octal | 315 | 146 | 360 | 17 | 72 | 0 | 6 | 435 | 122 | 103 |
| Binary | 11001101 | 1100110 | 11110000 | 1111 | 111010 | 0 | 110 | 100011101 | 1010010 | 1000011 |
Color Harmonies of #CD66F0
Complementary color
Monochromatic Colors of #CD66F0
Black with #CD66F0
Text Example
Text Example
White with #CD66F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD66F0; }
p { color: rgb(205,102,240); }
H1.HeaderClassName
{
color: #CD66F0;
}
.AnyTagClassName
{
color: #CD66F0;
}
</style>
background-color css
<style>
a { background-color: #CD66F0; }
a { background-color: rgb(205,102,240); }
div.DivClassName
{
background-color: #CD66F0;
}
.BgClassName
{
background-color: #CD66F0;
}
</style>
border-color css
<style>
span { border-color: #CD66F0; }
span { border-color: rgb(205,102,240); }
td.TdClassName
{
border-color: #CD66F0;
}
.TagClassName
{
border-color: #CD66F0;
}
</style>