Shades of Heliotrope #CA7BFC
Tints of Heliotrope #CA7BFC
RGB
CMYK
RGB Variations
Color information
#CA7BFC (or 0xCA7BFC) is known color: Heliotrope. HEX triplet: CA, 7B and FC. RGB value is (202,123,252). Sum of RGB (Red+Green+Blue) = 202+123+252=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA7BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BFC is #358403. Grayscale: #A0A0A0. Windows color (decimal): -3507204 or 16546762. OLE color: 16546762.
HSL color Cylindrical-coordinate representation of color #CA7BFC: hue angle of 276.74º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7BFC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 123 | 252 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.01 |
| HSL | 276.74º | 0.96% | 0.74% | - |
| HSV(B) | 276.74º | 0.51% | 0.99% | - |
| XYZ | 49.01 | 33.75 | 96.03 | - |
| YUV | 161.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 252 | 0.20 | 0.51 | 0 | 0.01 | 276.74 | 0.96 | 0.74 |
| Hex | CA | 7B | FC | 14 | 33 | 0 | 1 | 115 | 60 | 4A |
| Octal | 312 | 173 | 374 | 24 | 63 | 0 | 1 | 425 | 140 | 112 |
| Binary | 11001010 | 1111011 | 11111100 | 10100 | 110011 | 0 | 1 | 100010101 | 1100000 | 1001010 |
Color Harmonies of #CA7BFC
Complementary color
Monochromatic Colors of #CA7BFC
Black with #CA7BFC
Text Example
Text Example
White with #CA7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BFC; }
p { color: rgb(202,123,252); }
H1.HeaderClassName
{
color: #CA7BFC;
}
.AnyTagClassName
{
color: #CA7BFC;
}
</style>
background-color css
<style>
a { background-color: #CA7BFC; }
a { background-color: rgb(202,123,252); }
div.DivClassName
{
background-color: #CA7BFC;
}
.BgClassName
{
background-color: #CA7BFC;
}
</style>
border-color css
<style>
span { border-color: #CA7BFC; }
span { border-color: rgb(202,123,252); }
td.TdClassName
{
border-color: #CA7BFC;
}
.TagClassName
{
border-color: #CA7BFC;
}
</style>