Shades of Heliotrope #CD81F0
Tints of Heliotrope #CD81F0
RGB
CMYK
RGB Variations
Color information
#CD81F0 (or 0xCD81F0) is known color: Heliotrope. HEX triplet: CD, 81 and F0. RGB value is (205,129,240). Sum of RGB (Red+Green+Blue) = 205+129+240=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD81F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD81F0 is #327E0F. Grayscale: #A4A4A4. Windows color (decimal): -3309072 or 15761869. OLE color: 15761869.
HSL color Cylindrical-coordinate representation of color #CD81F0: hue angle of 281.08º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD81F0 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 129 | 240 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.06 |
| HSL | 281.08º | 0.79% | 0.72% | - |
| HSV(B) | 281.08º | 0.46% | 0.94% | - |
| XYZ | 48.76 | 34.97 | 86.62 | - |
| YUV | 164.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 240 | 0.15 | 0.46 | 0 | 0.06 | 281.08 | 0.79 | 0.72 |
| Hex | CD | 81 | F0 | F | 2E | 0 | 6 | 119 | 4F | 48 |
| Octal | 315 | 201 | 360 | 17 | 56 | 0 | 6 | 431 | 117 | 110 |
| Binary | 11001101 | 10000001 | 11110000 | 1111 | 101110 | 0 | 110 | 100011001 | 1001111 | 1001000 |
Color Harmonies of #CD81F0
Complementary color
Monochromatic Colors of #CD81F0
Black with #CD81F0
Text Example
Text Example
White with #CD81F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD81F0; }
p { color: rgb(205,129,240); }
H1.HeaderClassName
{
color: #CD81F0;
}
.AnyTagClassName
{
color: #CD81F0;
}
</style>
background-color css
<style>
a { background-color: #CD81F0; }
a { background-color: rgb(205,129,240); }
div.DivClassName
{
background-color: #CD81F0;
}
.BgClassName
{
background-color: #CD81F0;
}
</style>
border-color css
<style>
span { border-color: #CD81F0; }
span { border-color: rgb(205,129,240); }
td.TdClassName
{
border-color: #CD81F0;
}
.TagClassName
{
border-color: #CD81F0;
}
</style>