Shades of Heliotrope #CB7DF2
Tints of Heliotrope #CB7DF2
RGB
CMYK
RGB Variations
Color information
#CB7DF2 (or 0xCB7DF2) is known color: Heliotrope. HEX triplet: CB, 7D and F2. RGB value is (203,125,242). Sum of RGB (Red+Green+Blue) = 203+125+242=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DF2 is #34820D. Grayscale: #A1A1A1. Windows color (decimal): -3441166 or 15891915. OLE color: 15891915.
HSL color Cylindrical-coordinate representation of color #CB7DF2: hue angle of 280º 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 #CB7DF2 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 125 | 242 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.05 |
| HSL | 280º | 0.82% | 0.72% | - |
| HSV(B) | 280º | 0.48% | 0.95% | - |
| XYZ | 47.99 | 33.77 | 87.99 | - |
| YUV | 161.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 242 | 0.16 | 0.48 | 0 | 0.05 | 280 | 0.82 | 0.72 |
| Hex | CB | 7D | F2 | 10 | 30 | 0 | 5 | 118 | 52 | 48 |
| Octal | 313 | 175 | 362 | 20 | 60 | 0 | 5 | 430 | 122 | 110 |
| Binary | 11001011 | 1111101 | 11110010 | 10000 | 110000 | 0 | 101 | 100011000 | 1010010 | 1001000 |
Color Harmonies of #CB7DF2
Complementary color
Monochromatic Colors of #CB7DF2
Black with #CB7DF2
Text Example
Text Example
White with #CB7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DF2; }
p { color: rgb(203,125,242); }
H1.HeaderClassName
{
color: #CB7DF2;
}
.AnyTagClassName
{
color: #CB7DF2;
}
</style>
background-color css
<style>
a { background-color: #CB7DF2; }
a { background-color: rgb(203,125,242); }
div.DivClassName
{
background-color: #CB7DF2;
}
.BgClassName
{
background-color: #CB7DF2;
}
</style>
border-color css
<style>
span { border-color: #CB7DF2; }
span { border-color: rgb(203,125,242); }
td.TdClassName
{
border-color: #CB7DF2;
}
.TagClassName
{
border-color: #CB7DF2;
}
</style>