Shades of Heliotrope #CD50FF
Tints of Heliotrope #CD50FF
RGB
CMYK
RGB Variations
Color information
#CD50FF (or 0xCD50FF) is known color: Heliotrope. HEX triplet: CD, 50 and FF. RGB value is (205,80,255). Sum of RGB (Red+Green+Blue) = 205+80+255=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD50FF is #32AF00. Grayscale: #888888. Windows color (decimal): -3321601 or 16732365. OLE color: 16732365.
HSL color Cylindrical-coordinate representation of color #CD50FF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD50FF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 80 | 255 | - |
| CMYK | 0.20 | 0.69 | 0 | 0 |
| HSL | 282.86º | 1% | 0.66% | - |
| HSV(B) | 282.86º | 0.69% | 1% | - |
| XYZ | 46.1 | 25.94 | 97.18 | - |
| YUV | 137.33 | 194.41 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 255 | 0.20 | 0.69 | 0 | 0 | 282.86 | 1 | 0.66 |
| Hex | CD | 50 | FF | 14 | 45 | 0 | 0 | 11B | 64 | 42 |
| Octal | 315 | 120 | 377 | 24 | 105 | 0 | 0 | 433 | 144 | 102 |
| Binary | 11001101 | 1010000 | 11111111 | 10100 | 1000101 | 0 | 0 | 100011011 | 1100100 | 1000010 |
Color Harmonies of #CD50FF
Complementary color
Monochromatic Colors of #CD50FF
Black with #CD50FF
Text Example
Text Example
White with #CD50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD50FF; }
p { color: rgb(205,80,255); }
H1.HeaderClassName
{
color: #CD50FF;
}
.AnyTagClassName
{
color: #CD50FF;
}
</style>
background-color css
<style>
a { background-color: #CD50FF; }
a { background-color: rgb(205,80,255); }
div.DivClassName
{
background-color: #CD50FF;
}
.BgClassName
{
background-color: #CD50FF;
}
</style>
border-color css
<style>
span { border-color: #CD50FF; }
span { border-color: rgb(205,80,255); }
td.TdClassName
{
border-color: #CD50FF;
}
.TagClassName
{
border-color: #CD50FF;
}
</style>