Shades of Heliotrope #CD68F9
Tints of Heliotrope #CD68F9
RGB
CMYK
RGB Variations
Color information
#CD68F9 (or 0xCD68F9) is known color: Heliotrope. HEX triplet: CD, 68 and F9. RGB value is (205,104,249). Sum of RGB (Red+Green+Blue) = 205+104+249=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD68F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD68F9 is #329706. Grayscale: #969696. Windows color (decimal): -3315463 or 16345293. OLE color: 16345293.
HSL color Cylindrical-coordinate representation of color #CD68F9: hue angle of 281.79º degrees, saturation: 0.92, 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 #CD68F9 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 104 | 249 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.02 |
| HSL | 281.79º | 0.92% | 0.69% | - |
| HSV(B) | 281.79º | 0.58% | 0.98% | - |
| XYZ | 47.23 | 29.72 | 92.87 | - |
| YUV | 150.73 | 183.46 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 249 | 0.18 | 0.58 | 0 | 0.02 | 281.79 | 0.92 | 0.69 |
| Hex | CD | 68 | F9 | 12 | 3A | 0 | 2 | 11A | 5C | 45 |
| Octal | 315 | 150 | 371 | 22 | 72 | 0 | 2 | 432 | 134 | 105 |
| Binary | 11001101 | 1101000 | 11111001 | 10010 | 111010 | 0 | 10 | 100011010 | 1011100 | 1000101 |
Color Harmonies of #CD68F9
Complementary color
Monochromatic Colors of #CD68F9
Black with #CD68F9
Text Example
Text Example
White with #CD68F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD68F9; }
p { color: rgb(205,104,249); }
H1.HeaderClassName
{
color: #CD68F9;
}
.AnyTagClassName
{
color: #CD68F9;
}
</style>
background-color css
<style>
a { background-color: #CD68F9; }
a { background-color: rgb(205,104,249); }
div.DivClassName
{
background-color: #CD68F9;
}
.BgClassName
{
background-color: #CD68F9;
}
</style>
border-color css
<style>
span { border-color: #CD68F9; }
span { border-color: rgb(205,104,249); }
td.TdClassName
{
border-color: #CD68F9;
}
.TagClassName
{
border-color: #CD68F9;
}
</style>