Shades of Heliotrope #CA6BFD
Tints of Heliotrope #CA6BFD
RGB
CMYK
RGB Variations
Color information
#CA6BFD (or 0xCA6BFD) is known color: Heliotrope. HEX triplet: CA, 6B and FD. RGB value is (202,107,253). Sum of RGB (Red+Green+Blue) = 202+107+253=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA6BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BFD is #359402. Grayscale: #979797. Windows color (decimal): -3511299 or 16608202. OLE color: 16608202.
HSL color Cylindrical-coordinate representation of color #CA6BFD: hue angle of 279.04º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA6BFD is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 107 | 253 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.01 |
| HSL | 279.04º | 0.97% | 0.71% | - |
| HSV(B) | 279.04º | 0.58% | 0.99% | - |
| XYZ | 47.34 | 30.16 | 96.26 | - |
| YUV | 152.05 | 184.97 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 253 | 0.20 | 0.58 | 0 | 0.01 | 279.04 | 0.97 | 0.71 |
| Hex | CA | 6B | FD | 14 | 3A | 0 | 1 | 117 | 61 | 47 |
| Octal | 312 | 153 | 375 | 24 | 72 | 0 | 1 | 427 | 141 | 107 |
| Binary | 11001010 | 1101011 | 11111101 | 10100 | 111010 | 0 | 1 | 100010111 | 1100001 | 1000111 |
Color Harmonies of #CA6BFD
Complementary color
Monochromatic Colors of #CA6BFD
Black with #CA6BFD
Text Example
Text Example
White with #CA6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BFD; }
p { color: rgb(202,107,253); }
H1.HeaderClassName
{
color: #CA6BFD;
}
.AnyTagClassName
{
color: #CA6BFD;
}
</style>
background-color css
<style>
a { background-color: #CA6BFD; }
a { background-color: rgb(202,107,253); }
div.DivClassName
{
background-color: #CA6BFD;
}
.BgClassName
{
background-color: #CA6BFD;
}
</style>
border-color css
<style>
span { border-color: #CA6BFD; }
span { border-color: rgb(202,107,253); }
td.TdClassName
{
border-color: #CA6BFD;
}
.TagClassName
{
border-color: #CA6BFD;
}
</style>