Shades of Heliotrope #CA6BED
Tints of Heliotrope #CA6BED
RGB
CMYK
RGB Variations
Color information
#CA6BED (or 0xCA6BED) is known color: Heliotrope. HEX triplet: CA, 6B and ED. RGB value is (202,107,237). Sum of RGB (Red+Green+Blue) = 202+107+237=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BED is #359412. Grayscale: #959595. Windows color (decimal): -3511315 or 15559626. OLE color: 15559626.
HSL color Cylindrical-coordinate representation of color #CA6BED: hue angle of 283.85º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA6BED is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 107 | 237 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.07 |
| HSL | 283.85º | 0.78% | 0.67% | - |
| HSV(B) | 283.85º | 0.55% | 0.93% | - |
| XYZ | 44.9 | 29.19 | 83.39 | - |
| YUV | 150.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 237 | 0.15 | 0.55 | 0 | 0.07 | 283.85 | 0.78 | 0.67 |
| Hex | CA | 6B | ED | F | 37 | 0 | 7 | 11C | 4E | 43 |
| Octal | 312 | 153 | 355 | 17 | 67 | 0 | 7 | 434 | 116 | 103 |
| Binary | 11001010 | 1101011 | 11101101 | 1111 | 110111 | 0 | 111 | 100011100 | 1001110 | 1000011 |
Color Harmonies of #CA6BED
Complementary color
Monochromatic Colors of #CA6BED
Black with #CA6BED
Text Example
Text Example
White with #CA6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BED; }
p { color: rgb(202,107,237); }
H1.HeaderClassName
{
color: #CA6BED;
}
.AnyTagClassName
{
color: #CA6BED;
}
</style>
background-color css
<style>
a { background-color: #CA6BED; }
a { background-color: rgb(202,107,237); }
div.DivClassName
{
background-color: #CA6BED;
}
.BgClassName
{
background-color: #CA6BED;
}
</style>
border-color css
<style>
span { border-color: #CA6BED; }
span { border-color: rgb(202,107,237); }
td.TdClassName
{
border-color: #CA6BED;
}
.TagClassName
{
border-color: #CA6BED;
}
</style>