Shades of Heliotrope #CB7CF2
Tints of Heliotrope #CB7CF2
RGB
CMYK
RGB Variations
Color information
#CB7CF2 (or 0xCB7CF2) is known color: Heliotrope. HEX triplet: CB, 7C and F2. RGB value is (203,124,242). Sum of RGB (Red+Green+Blue) = 203+124+242=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB7CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CF2 is #34830D. Grayscale: #A0A0A0. Windows color (decimal): -3441422 or 15891659. OLE color: 15891659.
HSL color Cylindrical-coordinate representation of color #CB7CF2: hue angle of 280.17º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB7CF2 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 124 | 242 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.05 |
| HSL | 280.17º | 0.82% | 0.72% | - |
| HSV(B) | 280.17º | 0.49% | 0.95% | - |
| XYZ | 47.86 | 33.52 | 87.95 | - |
| YUV | 161.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 242 | 0.16 | 0.49 | 0 | 0.05 | 280.17 | 0.82 | 0.72 |
| Hex | CB | 7C | F2 | 10 | 31 | 0 | 5 | 118 | 52 | 48 |
| Octal | 313 | 174 | 362 | 20 | 61 | 0 | 5 | 430 | 122 | 110 |
| Binary | 11001011 | 1111100 | 11110010 | 10000 | 110001 | 0 | 101 | 100011000 | 1010010 | 1001000 |
Color Harmonies of #CB7CF2
Complementary color
Monochromatic Colors of #CB7CF2
Black with #CB7CF2
Text Example
Text Example
White with #CB7CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CF2; }
p { color: rgb(203,124,242); }
H1.HeaderClassName
{
color: #CB7CF2;
}
.AnyTagClassName
{
color: #CB7CF2;
}
</style>
background-color css
<style>
a { background-color: #CB7CF2; }
a { background-color: rgb(203,124,242); }
div.DivClassName
{
background-color: #CB7CF2;
}
.BgClassName
{
background-color: #CB7CF2;
}
</style>
border-color css
<style>
span { border-color: #CB7CF2; }
span { border-color: rgb(203,124,242); }
td.TdClassName
{
border-color: #CB7CF2;
}
.TagClassName
{
border-color: #CB7CF2;
}
</style>