Shades of Heliotrope #CA7FFE
Tints of Heliotrope #CA7FFE
RGB
CMYK
RGB Variations
Color information
#CA7FFE (or 0xCA7FFE) is known color: Heliotrope. HEX triplet: CA, 7F and FE. RGB value is (202,127,254). Sum of RGB (Red+Green+Blue) = 202+127+254=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA7FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FFE is #358001. Grayscale: #A3A3A3. Windows color (decimal): -3506178 or 16678858. OLE color: 16678858.
HSL color Cylindrical-coordinate representation of color #CA7FFE: hue angle of 275.43º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7FFE is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 127 | 254 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.00 |
| HSL | 275.43º | 0.98% | 0.75% | - |
| HSV(B) | 275.43º | 0.5% | 1% | - |
| XYZ | 49.84 | 34.89 | 97.87 | - |
| YUV | 163.9 | 178.85 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 254 | 0.20 | 0.50 | 0 | 0.00 | 275.43 | 0.98 | 0.75 |
| Hex | CA | 7F | FE | 14 | 32 | 0 | 0 | 113 | 62 | 4B |
| Octal | 312 | 177 | 376 | 24 | 62 | 0 | 0 | 423 | 142 | 113 |
| Binary | 11001010 | 1111111 | 11111110 | 10100 | 110010 | 0 | 0 | 100010011 | 1100010 | 1001011 |
Color Harmonies of #CA7FFE
Complementary color
Monochromatic Colors of #CA7FFE
Black with #CA7FFE
Text Example
Text Example
White with #CA7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FFE; }
p { color: rgb(202,127,254); }
H1.HeaderClassName
{
color: #CA7FFE;
}
.AnyTagClassName
{
color: #CA7FFE;
}
</style>
background-color css
<style>
a { background-color: #CA7FFE; }
a { background-color: rgb(202,127,254); }
div.DivClassName
{
background-color: #CA7FFE;
}
.BgClassName
{
background-color: #CA7FFE;
}
</style>
border-color css
<style>
span { border-color: #CA7FFE; }
span { border-color: rgb(202,127,254); }
td.TdClassName
{
border-color: #CA7FFE;
}
.TagClassName
{
border-color: #CA7FFE;
}
</style>