Shades of Heliotrope #CD73FF
Tints of Heliotrope #CD73FF
RGB
CMYK
RGB Variations
Color information
#CD73FF (or 0xCD73FF) is known color: Heliotrope. HEX triplet: CD, 73 and FF. RGB value is (205,115,255). Sum of RGB (Red+Green+Blue) = 205+115+255=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD73FF is #328C00. Grayscale: #9D9D9D. Windows color (decimal): -3312641 or 16741325. OLE color: 16741325.
HSL color Cylindrical-coordinate representation of color #CD73FF: hue angle of 278.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD73FF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 115 | 255 | - |
| CMYK | 0.20 | 0.55 | 0 | 0 |
| HSL | 278.57º | 1% | 0.73% | - |
| HSV(B) | 278.57º | 0.55% | 1% | - |
| XYZ | 49.36 | 32.46 | 98.27 | - |
| YUV | 157.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 255 | 0.20 | 0.55 | 0 | 0 | 278.57 | 1 | 0.73 |
| Hex | CD | 73 | FF | 14 | 37 | 0 | 0 | 117 | 64 | 49 |
| Octal | 315 | 163 | 377 | 24 | 67 | 0 | 0 | 427 | 144 | 111 |
| Binary | 11001101 | 1110011 | 11111111 | 10100 | 110111 | 0 | 0 | 100010111 | 1100100 | 1001001 |
Color Harmonies of #CD73FF
Complementary color
Monochromatic Colors of #CD73FF
Black with #CD73FF
Text Example
Text Example
White with #CD73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD73FF; }
p { color: rgb(205,115,255); }
H1.HeaderClassName
{
color: #CD73FF;
}
.AnyTagClassName
{
color: #CD73FF;
}
</style>
background-color css
<style>
a { background-color: #CD73FF; }
a { background-color: rgb(205,115,255); }
div.DivClassName
{
background-color: #CD73FF;
}
.BgClassName
{
background-color: #CD73FF;
}
</style>
border-color css
<style>
span { border-color: #CD73FF; }
span { border-color: rgb(205,115,255); }
td.TdClassName
{
border-color: #CD73FF;
}
.TagClassName
{
border-color: #CD73FF;
}
</style>