Shades of Heliotrope #CB7DE5
Tints of Heliotrope #CB7DE5
RGB
CMYK
RGB Variations
Color information
#CB7DE5 (or 0xCB7DE5) is known color: Heliotrope. HEX triplet: CB, 7D and E5. RGB value is (203,125,229). Sum of RGB (Red+Green+Blue) = 203+125+229=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB7DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DE5 is #34821A. Grayscale: #9F9F9F. Windows color (decimal): -3441179 or 15039947. OLE color: 15039947.
HSL color Cylindrical-coordinate representation of color #CB7DE5: hue angle of 285º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7DE5 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 125 | 229 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.10 |
| HSL | 285º | 0.67% | 0.69% | - |
| HSV(B) | 285º | 0.45% | 0.9% | - |
| XYZ | 46.11 | 33.02 | 78.07 | - |
| YUV | 160.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 229 | 0.11 | 0.45 | 0 | 0.10 | 285 | 0.67 | 0.69 |
| Hex | CB | 7D | E5 | B | 2D | 0 | A | 11D | 43 | 45 |
| Octal | 313 | 175 | 345 | 13 | 55 | 0 | 12 | 435 | 103 | 105 |
| Binary | 11001011 | 1111101 | 11100101 | 1011 | 101101 | 0 | 1010 | 100011101 | 1000011 | 1000101 |
Color Harmonies of #CB7DE5
Complementary color
Monochromatic Colors of #CB7DE5
Black with #CB7DE5
Text Example
Text Example
White with #CB7DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DE5; }
p { color: rgb(203,125,229); }
H1.HeaderClassName
{
color: #CB7DE5;
}
.AnyTagClassName
{
color: #CB7DE5;
}
</style>
background-color css
<style>
a { background-color: #CB7DE5; }
a { background-color: rgb(203,125,229); }
div.DivClassName
{
background-color: #CB7DE5;
}
.BgClassName
{
background-color: #CB7DE5;
}
</style>
border-color css
<style>
span { border-color: #CB7DE5; }
span { border-color: rgb(203,125,229); }
td.TdClassName
{
border-color: #CB7DE5;
}
.TagClassName
{
border-color: #CB7DE5;
}
</style>