Shades of Heliotrope #CA7BFF
Tints of Heliotrope #CA7BFF
RGB
CMYK
RGB Variations
Color information
#CA7BFF (or 0xCA7BFF) is known color: Heliotrope. HEX triplet: CA, 7B and FF. RGB value is (202,123,255). Sum of RGB (Red+Green+Blue) = 202+123+255=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BFF is #358400. Grayscale: #A1A1A1. Windows color (decimal): -3507201 or 16743370. OLE color: 16743370.
HSL color Cylindrical-coordinate representation of color #CA7BFF: hue angle of 275.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA7BFF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 123 | 255 | - |
| CMYK | 0.21 | 0.52 | 0 | 0 |
| HSL | 275.91º | 1% | 0.74% | - |
| HSV(B) | 275.91º | 0.52% | 1% | - |
| XYZ | 49.49 | 33.94 | 98.55 | - |
| YUV | 161.67 | 180.67 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 255 | 0.21 | 0.52 | 0 | 0 | 275.91 | 1 | 0.74 |
| Hex | CA | 7B | FF | 15 | 34 | 0 | 0 | 114 | 64 | 4A |
| Octal | 312 | 173 | 377 | 25 | 64 | 0 | 0 | 424 | 144 | 112 |
| Binary | 11001010 | 1111011 | 11111111 | 10101 | 110100 | 0 | 0 | 100010100 | 1100100 | 1001010 |
Color Harmonies of #CA7BFF
Complementary color
Monochromatic Colors of #CA7BFF
Black with #CA7BFF
Text Example
Text Example
White with #CA7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BFF; }
p { color: rgb(202,123,255); }
H1.HeaderClassName
{
color: #CA7BFF;
}
.AnyTagClassName
{
color: #CA7BFF;
}
</style>
background-color css
<style>
a { background-color: #CA7BFF; }
a { background-color: rgb(202,123,255); }
div.DivClassName
{
background-color: #CA7BFF;
}
.BgClassName
{
background-color: #CA7BFF;
}
</style>
border-color css
<style>
span { border-color: #CA7BFF; }
span { border-color: rgb(202,123,255); }
td.TdClassName
{
border-color: #CA7BFF;
}
.TagClassName
{
border-color: #CA7BFF;
}
</style>