Shades of Heliotrope #CA8BFD
Tints of Heliotrope #CA8BFD
RGB
CMYK
RGB Variations
Color information
#CA8BFD (or 0xCA8BFD) is known color: Heliotrope. HEX triplet: CA, 8B and FD. RGB value is (202,139,253). Sum of RGB (Red+Green+Blue) = 202+139+253=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8BFD is #357402. Grayscale: #AAAAAA. Windows color (decimal): -3503107 or 16616394. OLE color: 16616394.
HSL color Cylindrical-coordinate representation of color #CA8BFD: hue angle of 273.16º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA8BFD is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 139 | 253 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.01 |
| HSL | 273.16º | 0.97% | 0.77% | - |
| HSV(B) | 273.16º | 0.45% | 0.99% | - |
| XYZ | 51.32 | 38.11 | 97.58 | - |
| YUV | 170.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 253 | 0.20 | 0.45 | 0 | 0.01 | 273.16 | 0.97 | 0.77 |
| Hex | CA | 8B | FD | 14 | 2D | 0 | 1 | 111 | 61 | 4D |
| Octal | 312 | 213 | 375 | 24 | 55 | 0 | 1 | 421 | 141 | 115 |
| Binary | 11001010 | 10001011 | 11111101 | 10100 | 101101 | 0 | 1 | 100010001 | 1100001 | 1001101 |
Color Harmonies of #CA8BFD
Complementary color
Monochromatic Colors of #CA8BFD
Black with #CA8BFD
Text Example
Text Example
White with #CA8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BFD; }
p { color: rgb(202,139,253); }
H1.HeaderClassName
{
color: #CA8BFD;
}
.AnyTagClassName
{
color: #CA8BFD;
}
</style>
background-color css
<style>
a { background-color: #CA8BFD; }
a { background-color: rgb(202,139,253); }
div.DivClassName
{
background-color: #CA8BFD;
}
.BgClassName
{
background-color: #CA8BFD;
}
</style>
border-color css
<style>
span { border-color: #CA8BFD; }
span { border-color: rgb(202,139,253); }
td.TdClassName
{
border-color: #CA8BFD;
}
.TagClassName
{
border-color: #CA8BFD;
}
</style>