Shades of Heliotrope #CB7BFD
Tints of Heliotrope #CB7BFD
RGB
CMYK
RGB Variations
Color information
#CB7BFD (or 0xCB7BFD) is known color: Heliotrope. HEX triplet: CB, 7B and FD. RGB value is (203,123,253). Sum of RGB (Red+Green+Blue) = 203+123+253=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7BFD is #348402. Grayscale: #A1A1A1. Windows color (decimal): -3441667 or 16612299. OLE color: 16612299.
HSL color Cylindrical-coordinate representation of color #CB7BFD: hue angle of 276.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7BFD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 123 | 253 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.01 |
| HSL | 276.92º | 0.97% | 0.74% | - |
| HSV(B) | 276.92º | 0.51% | 0.99% | - |
| XYZ | 49.44 | 33.95 | 96.88 | - |
| YUV | 161.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 253 | 0.20 | 0.51 | 0 | 0.01 | 276.92 | 0.97 | 0.74 |
| Hex | CB | 7B | FD | 14 | 33 | 0 | 1 | 115 | 61 | 4A |
| Octal | 313 | 173 | 375 | 24 | 63 | 0 | 1 | 425 | 141 | 112 |
| Binary | 11001011 | 1111011 | 11111101 | 10100 | 110011 | 0 | 1 | 100010101 | 1100001 | 1001010 |
Color Harmonies of #CB7BFD
Complementary color
Monochromatic Colors of #CB7BFD
Black with #CB7BFD
Text Example
Text Example
White with #CB7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BFD; }
p { color: rgb(203,123,253); }
H1.HeaderClassName
{
color: #CB7BFD;
}
.AnyTagClassName
{
color: #CB7BFD;
}
</style>
background-color css
<style>
a { background-color: #CB7BFD; }
a { background-color: rgb(203,123,253); }
div.DivClassName
{
background-color: #CB7BFD;
}
.BgClassName
{
background-color: #CB7BFD;
}
</style>
border-color css
<style>
span { border-color: #CB7BFD; }
span { border-color: rgb(203,123,253); }
td.TdClassName
{
border-color: #CB7BFD;
}
.TagClassName
{
border-color: #CB7BFD;
}
</style>