Shades of Heliotrope #CA85F8
Tints of Heliotrope #CA85F8
RGB
CMYK
RGB Variations
Color information
#CA85F8 (or 0xCA85F8) is known color: Heliotrope. HEX triplet: CA, 85 and F8. RGB value is (202,133,248). Sum of RGB (Red+Green+Blue) = 202+133+248=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA85F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85F8 is #357A07. Grayscale: #A6A6A6. Windows color (decimal): -3504648 or 16287178. OLE color: 16287178.
HSL color Cylindrical-coordinate representation of color #CA85F8: hue angle of 276º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA85F8 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 133 | 248 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.03 |
| HSL | 276º | 0.89% | 0.75% | - |
| HSV(B) | 276º | 0.46% | 0.97% | - |
| XYZ | 49.69 | 36.11 | 93.16 | - |
| YUV | 166.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 248 | 0.19 | 0.46 | 0 | 0.03 | 276 | 0.89 | 0.75 |
| Hex | CA | 85 | F8 | 13 | 2E | 0 | 3 | 114 | 59 | 4B |
| Octal | 312 | 205 | 370 | 23 | 56 | 0 | 3 | 424 | 131 | 113 |
| Binary | 11001010 | 10000101 | 11111000 | 10011 | 101110 | 0 | 11 | 100010100 | 1011001 | 1001011 |
Color Harmonies of #CA85F8
Complementary color
Monochromatic Colors of #CA85F8
Black with #CA85F8
Text Example
Text Example
White with #CA85F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85F8; }
p { color: rgb(202,133,248); }
H1.HeaderClassName
{
color: #CA85F8;
}
.AnyTagClassName
{
color: #CA85F8;
}
</style>
background-color css
<style>
a { background-color: #CA85F8; }
a { background-color: rgb(202,133,248); }
div.DivClassName
{
background-color: #CA85F8;
}
.BgClassName
{
background-color: #CA85F8;
}
</style>
border-color css
<style>
span { border-color: #CA85F8; }
span { border-color: rgb(202,133,248); }
td.TdClassName
{
border-color: #CA85F8;
}
.TagClassName
{
border-color: #CA85F8;
}
</style>