Shades of Heliotrope #CB7AFE
Tints of Heliotrope #CB7AFE
RGB
CMYK
RGB Variations
Color information
#CB7AFE (or 0xCB7AFE) is known color: Heliotrope. HEX triplet: CB, 7A and FE. RGB value is (203,122,254). Sum of RGB (Red+Green+Blue) = 203+122+254=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 122 (48.05% from 255 or 21.07% 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 #CB7AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7AFE is #348501. Grayscale: #A0A0A0. Windows color (decimal): -3441922 or 16677579. OLE color: 16677579.
HSL color Cylindrical-coordinate representation of color #CB7AFE: hue angle of 276.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB7AFE is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 122 | 254 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.00 |
| HSL | 276.82º | 0.99% | 0.74% | - |
| HSV(B) | 276.82º | 0.52% | 1% | - |
| XYZ | 49.48 | 33.77 | 97.68 | - |
| YUV | 161.27 | 180.34 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 254 | 0.20 | 0.52 | 0 | 0.00 | 276.82 | 0.99 | 0.74 |
| Hex | CB | 7A | FE | 14 | 34 | 0 | 0 | 115 | 63 | 4A |
| Octal | 313 | 172 | 376 | 24 | 64 | 0 | 0 | 425 | 143 | 112 |
| Binary | 11001011 | 1111010 | 11111110 | 10100 | 110100 | 0 | 0 | 100010101 | 1100011 | 1001010 |
Color Harmonies of #CB7AFE
Complementary color
Monochromatic Colors of #CB7AFE
Black with #CB7AFE
Text Example
Text Example
White with #CB7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7AFE; }
p { color: rgb(203,122,254); }
H1.HeaderClassName
{
color: #CB7AFE;
}
.AnyTagClassName
{
color: #CB7AFE;
}
</style>
background-color css
<style>
a { background-color: #CB7AFE; }
a { background-color: rgb(203,122,254); }
div.DivClassName
{
background-color: #CB7AFE;
}
.BgClassName
{
background-color: #CB7AFE;
}
</style>
border-color css
<style>
span { border-color: #CB7AFE; }
span { border-color: rgb(203,122,254); }
td.TdClassName
{
border-color: #CB7AFE;
}
.TagClassName
{
border-color: #CB7AFE;
}
</style>