Shades of Heliotrope #CB7BFC
Tints of Heliotrope #CB7BFC
RGB
CMYK
RGB Variations
Color information
#CB7BFC (or 0xCB7BFC) is known color: Heliotrope. HEX triplet: CB, 7B and FC. RGB value is (203,123,252). Sum of RGB (Red+Green+Blue) = 203+123+252=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB7BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7BFC is #348403. Grayscale: #A1A1A1. Windows color (decimal): -3441668 or 16546763. OLE color: 16546763.
HSL color Cylindrical-coordinate representation of color #CB7BFC: hue angle of 277.21º degrees, saturation: 0.96, 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 #CB7BFC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 123 | 252 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.01 |
| HSL | 277.21º | 0.96% | 0.74% | - |
| HSV(B) | 277.21º | 0.51% | 0.99% | - |
| XYZ | 49.28 | 33.89 | 96.04 | - |
| YUV | 161.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 252 | 0.19 | 0.51 | 0 | 0.01 | 277.21 | 0.96 | 0.74 |
| Hex | CB | 7B | FC | 13 | 33 | 0 | 1 | 115 | 60 | 4A |
| Octal | 313 | 173 | 374 | 23 | 63 | 0 | 1 | 425 | 140 | 112 |
| Binary | 11001011 | 1111011 | 11111100 | 10011 | 110011 | 0 | 1 | 100010101 | 1100000 | 1001010 |
Color Harmonies of #CB7BFC
Complementary color
Monochromatic Colors of #CB7BFC
Black with #CB7BFC
Text Example
Text Example
White with #CB7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BFC; }
p { color: rgb(203,123,252); }
H1.HeaderClassName
{
color: #CB7BFC;
}
.AnyTagClassName
{
color: #CB7BFC;
}
</style>
background-color css
<style>
a { background-color: #CB7BFC; }
a { background-color: rgb(203,123,252); }
div.DivClassName
{
background-color: #CB7BFC;
}
.BgClassName
{
background-color: #CB7BFC;
}
</style>
border-color css
<style>
span { border-color: #CB7BFC; }
span { border-color: rgb(203,123,252); }
td.TdClassName
{
border-color: #CB7BFC;
}
.TagClassName
{
border-color: #CB7BFC;
}
</style>