Shades of Heliotrope #CD63FE
Tints of Heliotrope #CD63FE
RGB
CMYK
RGB Variations
Color information
#CD63FE (or 0xCD63FE) is known color: Heliotrope. HEX triplet: CD, 63 and FE. RGB value is (205,99,254). Sum of RGB (Red+Green+Blue) = 205+99+254=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD63FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD63FE is #329C01. Grayscale: #939393. Windows color (decimal): -3316738 or 16671693. OLE color: 16671693.
HSL color Cylindrical-coordinate representation of color #CD63FE: hue angle of 281.03º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD63FE is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 99 | 254 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.00 |
| HSL | 281.03º | 0.99% | 0.69% | - |
| HSV(B) | 281.03º | 0.61% | 1% | - |
| XYZ | 47.53 | 29.06 | 96.87 | - |
| YUV | 148.36 | 187.62 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 99 | 254 | 0.19 | 0.61 | 0 | 0.00 | 281.03 | 0.99 | 0.69 |
| Hex | CD | 63 | FE | 13 | 3D | 0 | 0 | 119 | 63 | 45 |
| Octal | 315 | 143 | 376 | 23 | 75 | 0 | 0 | 431 | 143 | 105 |
| Binary | 11001101 | 1100011 | 11111110 | 10011 | 111101 | 0 | 0 | 100011001 | 1100011 | 1000101 |
Color Harmonies of #CD63FE
Complementary color
Monochromatic Colors of #CD63FE
Black with #CD63FE
Text Example
Text Example
White with #CD63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD63FE; }
p { color: rgb(205,99,254); }
H1.HeaderClassName
{
color: #CD63FE;
}
.AnyTagClassName
{
color: #CD63FE;
}
</style>
background-color css
<style>
a { background-color: #CD63FE; }
a { background-color: rgb(205,99,254); }
div.DivClassName
{
background-color: #CD63FE;
}
.BgClassName
{
background-color: #CD63FE;
}
</style>
border-color css
<style>
span { border-color: #CD63FE; }
span { border-color: rgb(205,99,254); }
td.TdClassName
{
border-color: #CD63FE;
}
.TagClassName
{
border-color: #CD63FE;
}
</style>