Shades of Heliotrope #CD68FA
Tints of Heliotrope #CD68FA
RGB
CMYK
RGB Variations
Color information
#CD68FA (or 0xCD68FA) is known color: Heliotrope. HEX triplet: CD, 68 and FA. RGB value is (205,104,250). Sum of RGB (Red+Green+Blue) = 205+104+250=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD68FA is #329705. Grayscale: #969696. Windows color (decimal): -3315462 or 16410829. OLE color: 16410829.
HSL color Cylindrical-coordinate representation of color #CD68FA: hue angle of 281.51º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD68FA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 104 | 250 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.02 |
| HSL | 281.51º | 0.94% | 0.69% | - |
| HSV(B) | 281.51º | 0.58% | 0.98% | - |
| XYZ | 47.38 | 29.78 | 93.69 | - |
| YUV | 150.84 | 183.96 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 250 | 0.18 | 0.58 | 0 | 0.02 | 281.51 | 0.94 | 0.69 |
| Hex | CD | 68 | FA | 12 | 3A | 0 | 2 | 11A | 5E | 45 |
| Octal | 315 | 150 | 372 | 22 | 72 | 0 | 2 | 432 | 136 | 105 |
| Binary | 11001101 | 1101000 | 11111010 | 10010 | 111010 | 0 | 10 | 100011010 | 1011110 | 1000101 |
Color Harmonies of #CD68FA
Complementary color
Monochromatic Colors of #CD68FA
Black with #CD68FA
Text Example
Text Example
White with #CD68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD68FA; }
p { color: rgb(205,104,250); }
H1.HeaderClassName
{
color: #CD68FA;
}
.AnyTagClassName
{
color: #CD68FA;
}
</style>
background-color css
<style>
a { background-color: #CD68FA; }
a { background-color: rgb(205,104,250); }
div.DivClassName
{
background-color: #CD68FA;
}
.BgClassName
{
background-color: #CD68FA;
}
</style>
border-color css
<style>
span { border-color: #CD68FA; }
span { border-color: rgb(205,104,250); }
td.TdClassName
{
border-color: #CD68FA;
}
.TagClassName
{
border-color: #CD68FA;
}
</style>