Shades of Heliotrope #CD65FE
Tints of Heliotrope #CD65FE
RGB
CMYK
RGB Variations
Color information
#CD65FE (or 0xCD65FE) is known color: Heliotrope. HEX triplet: CD, 65 and FE. RGB value is (205,101,254). Sum of RGB (Red+Green+Blue) = 205+101+254=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD65FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD65FE is #329A01. Grayscale: #959595. Windows color (decimal): -3316226 or 16672205. OLE color: 16672205.
HSL color Cylindrical-coordinate representation of color #CD65FE: hue angle of 280.78º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD65FE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 101 | 254 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.00 |
| HSL | 280.78º | 0.99% | 0.7% | - |
| HSV(B) | 280.78º | 0.6% | 1% | - |
| XYZ | 47.72 | 29.44 | 96.93 | - |
| YUV | 149.54 | 186.96 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 254 | 0.19 | 0.60 | 0 | 0.00 | 280.78 | 0.99 | 0.7 |
| Hex | CD | 65 | FE | 13 | 3C | 0 | 0 | 119 | 63 | 46 |
| Octal | 315 | 145 | 376 | 23 | 74 | 0 | 0 | 431 | 143 | 106 |
| Binary | 11001101 | 1100101 | 11111110 | 10011 | 111100 | 0 | 0 | 100011001 | 1100011 | 1000110 |
Color Harmonies of #CD65FE
Complementary color
Monochromatic Colors of #CD65FE
Black with #CD65FE
Text Example
Text Example
White with #CD65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD65FE; }
p { color: rgb(205,101,254); }
H1.HeaderClassName
{
color: #CD65FE;
}
.AnyTagClassName
{
color: #CD65FE;
}
</style>
background-color css
<style>
a { background-color: #CD65FE; }
a { background-color: rgb(205,101,254); }
div.DivClassName
{
background-color: #CD65FE;
}
.BgClassName
{
background-color: #CD65FE;
}
</style>
border-color css
<style>
span { border-color: #CD65FE; }
span { border-color: rgb(205,101,254); }
td.TdClassName
{
border-color: #CD65FE;
}
.TagClassName
{
border-color: #CD65FE;
}
</style>