Shades of Heliotrope #CA68ED
Tints of Heliotrope #CA68ED
RGB
CMYK
RGB Variations
Color information
#CA68ED (or 0xCA68ED) is known color: Heliotrope. HEX triplet: CA, 68 and ED. RGB value is (202,104,237). Sum of RGB (Red+Green+Blue) = 202+104+237=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68ED is #359712. Grayscale: #949494. Windows color (decimal): -3512083 or 15558858. OLE color: 15558858.
HSL color Cylindrical-coordinate representation of color #CA68ED: hue angle of 284.21º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA68ED is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 104 | 237 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.07 |
| HSL | 284.21º | 0.79% | 0.67% | - |
| HSV(B) | 284.21º | 0.56% | 0.93% | - |
| XYZ | 44.59 | 28.57 | 83.29 | - |
| YUV | 148.46 | 177.97 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 237 | 0.15 | 0.56 | 0 | 0.07 | 284.21 | 0.79 | 0.67 |
| Hex | CA | 68 | ED | F | 38 | 0 | 7 | 11C | 4F | 43 |
| Octal | 312 | 150 | 355 | 17 | 70 | 0 | 7 | 434 | 117 | 103 |
| Binary | 11001010 | 1101000 | 11101101 | 1111 | 111000 | 0 | 111 | 100011100 | 1001111 | 1000011 |
Color Harmonies of #CA68ED
Complementary color
Monochromatic Colors of #CA68ED
Black with #CA68ED
Text Example
Text Example
White with #CA68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68ED; }
p { color: rgb(202,104,237); }
H1.HeaderClassName
{
color: #CA68ED;
}
.AnyTagClassName
{
color: #CA68ED;
}
</style>
background-color css
<style>
a { background-color: #CA68ED; }
a { background-color: rgb(202,104,237); }
div.DivClassName
{
background-color: #CA68ED;
}
.BgClassName
{
background-color: #CA68ED;
}
</style>
border-color css
<style>
span { border-color: #CA68ED; }
span { border-color: rgb(202,104,237); }
td.TdClassName
{
border-color: #CA68ED;
}
.TagClassName
{
border-color: #CA68ED;
}
</style>