Shades of Heliotrope #CA67ED
Tints of Heliotrope #CA67ED
RGB
CMYK
RGB Variations
Color information
#CA67ED (or 0xCA67ED) is known color: Heliotrope. HEX triplet: CA, 67 and ED. RGB value is (202,103,237). Sum of RGB (Red+Green+Blue) = 202+103+237=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA67ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA67ED is #359812. Grayscale: #939393. Windows color (decimal): -3512339 or 15558602. OLE color: 15558602.
HSL color Cylindrical-coordinate representation of color #CA67ED: hue angle of 284.33º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA67ED is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 103 | 237 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.07 |
| HSL | 284.33º | 0.79% | 0.67% | - |
| HSV(B) | 284.33º | 0.57% | 0.93% | - |
| XYZ | 44.49 | 28.37 | 83.25 | - |
| YUV | 147.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 237 | 0.15 | 0.57 | 0 | 0.07 | 284.33 | 0.79 | 0.67 |
| Hex | CA | 67 | ED | F | 39 | 0 | 7 | 11C | 4F | 43 |
| Octal | 312 | 147 | 355 | 17 | 71 | 0 | 7 | 434 | 117 | 103 |
| Binary | 11001010 | 1100111 | 11101101 | 1111 | 111001 | 0 | 111 | 100011100 | 1001111 | 1000011 |
Color Harmonies of #CA67ED
Complementary color
Monochromatic Colors of #CA67ED
Black with #CA67ED
Text Example
Text Example
White with #CA67ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67ED; }
p { color: rgb(202,103,237); }
H1.HeaderClassName
{
color: #CA67ED;
}
.AnyTagClassName
{
color: #CA67ED;
}
</style>
background-color css
<style>
a { background-color: #CA67ED; }
a { background-color: rgb(202,103,237); }
div.DivClassName
{
background-color: #CA67ED;
}
.BgClassName
{
background-color: #CA67ED;
}
</style>
border-color css
<style>
span { border-color: #CA67ED; }
span { border-color: rgb(202,103,237); }
td.TdClassName
{
border-color: #CA67ED;
}
.TagClassName
{
border-color: #CA67ED;
}
</style>