Shades of Heliotrope #CA67F1
Tints of Heliotrope #CA67F1
RGB
CMYK
RGB Variations
Color information
#CA67F1 (or 0xCA67F1) is known color: Heliotrope. HEX triplet: CA, 67 and F1. RGB value is (202,103,241). Sum of RGB (Red+Green+Blue) = 202+103+241=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA67F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA67F1 is #35980E. Grayscale: #939393. Windows color (decimal): -3512335 or 15820746. OLE color: 15820746.
HSL color Cylindrical-coordinate representation of color #CA67F1: hue angle of 283.04º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA67F1 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 103 | 241 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.05 |
| HSL | 283.04º | 0.83% | 0.67% | - |
| HSV(B) | 283.04º | 0.57% | 0.95% | - |
| XYZ | 45.08 | 28.61 | 86.36 | - |
| YUV | 148.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 241 | 0.16 | 0.57 | 0 | 0.05 | 283.04 | 0.83 | 0.67 |
| Hex | CA | 67 | F1 | 10 | 39 | 0 | 5 | 11B | 53 | 43 |
| Octal | 312 | 147 | 361 | 20 | 71 | 0 | 5 | 433 | 123 | 103 |
| Binary | 11001010 | 1100111 | 11110001 | 10000 | 111001 | 0 | 101 | 100011011 | 1010011 | 1000011 |
Color Harmonies of #CA67F1
Complementary color
Monochromatic Colors of #CA67F1
Black with #CA67F1
Text Example
Text Example
White with #CA67F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67F1; }
p { color: rgb(202,103,241); }
H1.HeaderClassName
{
color: #CA67F1;
}
.AnyTagClassName
{
color: #CA67F1;
}
</style>
background-color css
<style>
a { background-color: #CA67F1; }
a { background-color: rgb(202,103,241); }
div.DivClassName
{
background-color: #CA67F1;
}
.BgClassName
{
background-color: #CA67F1;
}
</style>
border-color css
<style>
span { border-color: #CA67F1; }
span { border-color: rgb(202,103,241); }
td.TdClassName
{
border-color: #CA67F1;
}
.TagClassName
{
border-color: #CA67F1;
}
</style>