Shades of Heliotrope #CA67EF
Tints of Heliotrope #CA67EF
RGB
CMYK
RGB Variations
Color information
#CA67EF (or 0xCA67EF) is known color: Heliotrope. HEX triplet: CA, 67 and EF. RGB value is (202,103,239). Sum of RGB (Red+Green+Blue) = 202+103+239=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA67EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA67EF is #359810. Grayscale: #939393. Windows color (decimal): -3512337 or 15689674. OLE color: 15689674.
HSL color Cylindrical-coordinate representation of color #CA67EF: hue angle of 283.68º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA67EF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 103 | 239 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.06 |
| HSL | 283.68º | 0.81% | 0.67% | - |
| HSV(B) | 283.68º | 0.57% | 0.94% | - |
| XYZ | 44.79 | 28.49 | 84.8 | - |
| YUV | 148.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 239 | 0.15 | 0.57 | 0 | 0.06 | 283.68 | 0.81 | 0.67 |
| Hex | CA | 67 | EF | F | 39 | 0 | 6 | 11C | 51 | 43 |
| Octal | 312 | 147 | 357 | 17 | 71 | 0 | 6 | 434 | 121 | 103 |
| Binary | 11001010 | 1100111 | 11101111 | 1111 | 111001 | 0 | 110 | 100011100 | 1010001 | 1000011 |
Color Harmonies of #CA67EF
Complementary color
Monochromatic Colors of #CA67EF
Black with #CA67EF
Text Example
Text Example
White with #CA67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67EF; }
p { color: rgb(202,103,239); }
H1.HeaderClassName
{
color: #CA67EF;
}
.AnyTagClassName
{
color: #CA67EF;
}
</style>
background-color css
<style>
a { background-color: #CA67EF; }
a { background-color: rgb(202,103,239); }
div.DivClassName
{
background-color: #CA67EF;
}
.BgClassName
{
background-color: #CA67EF;
}
</style>
border-color css
<style>
span { border-color: #CA67EF; }
span { border-color: rgb(202,103,239); }
td.TdClassName
{
border-color: #CA67EF;
}
.TagClassName
{
border-color: #CA67EF;
}
</style>