Shades of Heliotrope #CD68F8
Tints of Heliotrope #CD68F8
RGB
CMYK
RGB Variations
Color information
#CD68F8 (or 0xCD68F8) is known color: Heliotrope. HEX triplet: CD, 68 and F8. RGB value is (205,104,248). Sum of RGB (Red+Green+Blue) = 205+104+248=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #CD68F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD68F8 is #329707. Grayscale: #969696. Windows color (decimal): -3315464 or 16279757. OLE color: 16279757.
HSL color Cylindrical-coordinate representation of color #CD68F8: hue angle of 282.08º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD68F8 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 104 | 248 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.03 |
| HSL | 282.08º | 0.91% | 0.69% | - |
| HSV(B) | 282.08º | 0.58% | 0.97% | - |
| XYZ | 47.07 | 29.66 | 92.05 | - |
| YUV | 150.62 | 182.96 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 248 | 0.17 | 0.58 | 0 | 0.03 | 282.08 | 0.91 | 0.69 |
| Hex | CD | 68 | F8 | 11 | 3A | 0 | 3 | 11A | 5B | 45 |
| Octal | 315 | 150 | 370 | 21 | 72 | 0 | 3 | 432 | 133 | 105 |
| Binary | 11001101 | 1101000 | 11111000 | 10001 | 111010 | 0 | 11 | 100011010 | 1011011 | 1000101 |
Color Harmonies of #CD68F8
Complementary color
Monochromatic Colors of #CD68F8
Black with #CD68F8
Text Example
Text Example
White with #CD68F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD68F8; }
p { color: rgb(205,104,248); }
H1.HeaderClassName
{
color: #CD68F8;
}
.AnyTagClassName
{
color: #CD68F8;
}
</style>
background-color css
<style>
a { background-color: #CD68F8; }
a { background-color: rgb(205,104,248); }
div.DivClassName
{
background-color: #CD68F8;
}
.BgClassName
{
background-color: #CD68F8;
}
</style>
border-color css
<style>
span { border-color: #CD68F8; }
span { border-color: rgb(205,104,248); }
td.TdClassName
{
border-color: #CD68F8;
}
.TagClassName
{
border-color: #CD68F8;
}
</style>