Shades of Heliotrope #CB7FF2
Tints of Heliotrope #CB7FF2
RGB
CMYK
RGB Variations
Color information
#CB7FF2 (or 0xCB7FF2) is known color: Heliotrope. HEX triplet: CB, 7F and F2. RGB value is (203,127,242). Sum of RGB (Red+Green+Blue) = 203+127+242=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7FF2 is #34800D. Grayscale: #A2A2A2. Windows color (decimal): -3440654 or 15892427. OLE color: 15892427.
HSL color Cylindrical-coordinate representation of color #CB7FF2: hue angle of 279.65º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB7FF2 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 127 | 242 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.05 |
| HSL | 279.65º | 0.82% | 0.72% | - |
| HSV(B) | 279.65º | 0.48% | 0.95% | - |
| XYZ | 48.24 | 34.29 | 88.08 | - |
| YUV | 162.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 242 | 0.16 | 0.48 | 0 | 0.05 | 279.65 | 0.82 | 0.72 |
| Hex | CB | 7F | F2 | 10 | 30 | 0 | 5 | 118 | 52 | 48 |
| Octal | 313 | 177 | 362 | 20 | 60 | 0 | 5 | 430 | 122 | 110 |
| Binary | 11001011 | 1111111 | 11110010 | 10000 | 110000 | 0 | 101 | 100011000 | 1010010 | 1001000 |
Color Harmonies of #CB7FF2
Complementary color
Monochromatic Colors of #CB7FF2
Black with #CB7FF2
Text Example
Text Example
White with #CB7FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FF2; }
p { color: rgb(203,127,242); }
H1.HeaderClassName
{
color: #CB7FF2;
}
.AnyTagClassName
{
color: #CB7FF2;
}
</style>
background-color css
<style>
a { background-color: #CB7FF2; }
a { background-color: rgb(203,127,242); }
div.DivClassName
{
background-color: #CB7FF2;
}
.BgClassName
{
background-color: #CB7FF2;
}
</style>
border-color css
<style>
span { border-color: #CB7FF2; }
span { border-color: rgb(203,127,242); }
td.TdClassName
{
border-color: #CB7FF2;
}
.TagClassName
{
border-color: #CB7FF2;
}
</style>