Shades of Heliotrope #CB77F3
Tints of Heliotrope #CB77F3
RGB
CMYK
RGB Variations
Color information
#CB77F3 (or 0xCB77F3) is known color: Heliotrope. HEX triplet: CB, 77 and F3. RGB value is (203,119,243). Sum of RGB (Red+Green+Blue) = 203+119+243=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB77F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB77F3 is #34880C. Grayscale: #9D9D9D. Windows color (decimal): -3442701 or 15955915. OLE color: 15955915.
HSL color Cylindrical-coordinate representation of color #CB77F3: hue angle of 280.65º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB77F3 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 119 | 243 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.05 |
| HSL | 280.65º | 0.84% | 0.71% | - |
| HSV(B) | 280.65º | 0.51% | 0.95% | - |
| XYZ | 47.4 | 32.36 | 88.54 | - |
| YUV | 158.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 243 | 0.16 | 0.51 | 0 | 0.05 | 280.65 | 0.84 | 0.71 |
| Hex | CB | 77 | F3 | 10 | 33 | 0 | 5 | 119 | 54 | 47 |
| Octal | 313 | 167 | 363 | 20 | 63 | 0 | 5 | 431 | 124 | 107 |
| Binary | 11001011 | 1110111 | 11110011 | 10000 | 110011 | 0 | 101 | 100011001 | 1010100 | 1000111 |
Color Harmonies of #CB77F3
Complementary color
Monochromatic Colors of #CB77F3
Black with #CB77F3
Text Example
Text Example
White with #CB77F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77F3; }
p { color: rgb(203,119,243); }
H1.HeaderClassName
{
color: #CB77F3;
}
.AnyTagClassName
{
color: #CB77F3;
}
</style>
background-color css
<style>
a { background-color: #CB77F3; }
a { background-color: rgb(203,119,243); }
div.DivClassName
{
background-color: #CB77F3;
}
.BgClassName
{
background-color: #CB77F3;
}
</style>
border-color css
<style>
span { border-color: #CB77F3; }
span { border-color: rgb(203,119,243); }
td.TdClassName
{
border-color: #CB77F3;
}
.TagClassName
{
border-color: #CB77F3;
}
</style>