Shades of Heliotrope #CB7DFB
Tints of Heliotrope #CB7DFB
RGB
CMYK
RGB Variations
Color information
#CB7DFB (or 0xCB7DFB) is known color: Heliotrope. HEX triplet: CB, 7D and FB. RGB value is (203,125,251). Sum of RGB (Red+Green+Blue) = 203+125+251=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DFB is #348204. Grayscale: #A2A2A2. Windows color (decimal): -3441157 or 16481739. OLE color: 16481739.
HSL color Cylindrical-coordinate representation of color #CB7DFB: hue angle of 277.14º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7DFB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 125 | 251 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.02 |
| HSL | 277.14º | 0.94% | 0.74% | - |
| HSV(B) | 277.14º | 0.5% | 0.98% | - |
| XYZ | 49.37 | 34.33 | 95.29 | - |
| YUV | 162.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 251 | 0.19 | 0.50 | 0 | 0.02 | 277.14 | 0.94 | 0.74 |
| Hex | CB | 7D | FB | 13 | 32 | 0 | 2 | 115 | 5E | 4A |
| Octal | 313 | 175 | 373 | 23 | 62 | 0 | 2 | 425 | 136 | 112 |
| Binary | 11001011 | 1111101 | 11111011 | 10011 | 110010 | 0 | 10 | 100010101 | 1011110 | 1001010 |
Color Harmonies of #CB7DFB
Complementary color
Monochromatic Colors of #CB7DFB
Black with #CB7DFB
Text Example
Text Example
White with #CB7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DFB; }
p { color: rgb(203,125,251); }
H1.HeaderClassName
{
color: #CB7DFB;
}
.AnyTagClassName
{
color: #CB7DFB;
}
</style>
background-color css
<style>
a { background-color: #CB7DFB; }
a { background-color: rgb(203,125,251); }
div.DivClassName
{
background-color: #CB7DFB;
}
.BgClassName
{
background-color: #CB7DFB;
}
</style>
border-color css
<style>
span { border-color: #CB7DFB; }
span { border-color: rgb(203,125,251); }
td.TdClassName
{
border-color: #CB7DFB;
}
.TagClassName
{
border-color: #CB7DFB;
}
</style>