Shades of Heliotrope #CA7BFE
Tints of Heliotrope #CA7BFE
RGB
CMYK
RGB Variations
Color information
#CA7BFE (or 0xCA7BFE) is known color: Heliotrope. HEX triplet: CA, 7B and FE. RGB value is (202,123,254). Sum of RGB (Red+Green+Blue) = 202+123+254=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA7BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BFE is #358401. Grayscale: #A1A1A1. Windows color (decimal): -3507202 or 16677834. OLE color: 16677834.
HSL color Cylindrical-coordinate representation of color #CA7BFE: hue angle of 276.18º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA7BFE is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 123 | 254 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.00 |
| HSL | 276.18º | 0.98% | 0.74% | - |
| HSV(B) | 276.18º | 0.52% | 1% | - |
| XYZ | 49.33 | 33.88 | 97.71 | - |
| YUV | 161.56 | 180.17 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 254 | 0.20 | 0.52 | 0 | 0.00 | 276.18 | 0.98 | 0.74 |
| Hex | CA | 7B | FE | 14 | 34 | 0 | 0 | 114 | 62 | 4A |
| Octal | 312 | 173 | 376 | 24 | 64 | 0 | 0 | 424 | 142 | 112 |
| Binary | 11001010 | 1111011 | 11111110 | 10100 | 110100 | 0 | 0 | 100010100 | 1100010 | 1001010 |
Color Harmonies of #CA7BFE
Complementary color
Monochromatic Colors of #CA7BFE
Black with #CA7BFE
Text Example
Text Example
White with #CA7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BFE; }
p { color: rgb(202,123,254); }
H1.HeaderClassName
{
color: #CA7BFE;
}
.AnyTagClassName
{
color: #CA7BFE;
}
</style>
background-color css
<style>
a { background-color: #CA7BFE; }
a { background-color: rgb(202,123,254); }
div.DivClassName
{
background-color: #CA7BFE;
}
.BgClassName
{
background-color: #CA7BFE;
}
</style>
border-color css
<style>
span { border-color: #CA7BFE; }
span { border-color: rgb(202,123,254); }
td.TdClassName
{
border-color: #CA7BFE;
}
.TagClassName
{
border-color: #CA7BFE;
}
</style>