Shades of Heliotrope #CB4BFC
Tints of Heliotrope #CB4BFC
RGB
CMYK
RGB Variations
Color information
#CB4BFC (or 0xCB4BFC) is known color: Heliotrope. HEX triplet: CB, 4B and FC. RGB value is (203,75,252). Sum of RGB (Red+Green+Blue) = 203+75+252=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 75 (29.69% from 255 or 14.15% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB4BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4BFC is #34B403. Grayscale: #848484. Windows color (decimal): -3453956 or 16534475. OLE color: 16534475.
HSL color Cylindrical-coordinate representation of color #CB4BFC: hue angle of 283.39º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB4BFC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 75 | 252 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.01 |
| HSL | 283.39º | 0.97% | 0.64% | - |
| HSV(B) | 283.39º | 0.7% | 0.99% | - |
| XYZ | 44.72 | 24.76 | 94.52 | - |
| YUV | 133.45 | 194.91 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 252 | 0.19 | 0.70 | 0 | 0.01 | 283.39 | 0.97 | 0.64 |
| Hex | CB | 4B | FC | 13 | 46 | 0 | 1 | 11B | 61 | 40 |
| Octal | 313 | 113 | 374 | 23 | 106 | 0 | 1 | 433 | 141 | 100 |
| Binary | 11001011 | 1001011 | 11111100 | 10011 | 1000110 | 0 | 1 | 100011011 | 1100001 | 1000000 |
Color Harmonies of #CB4BFC
Complementary color
Monochromatic Colors of #CB4BFC
Black with #CB4BFC
Text Example
Text Example
White with #CB4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BFC; }
p { color: rgb(203,75,252); }
H1.HeaderClassName
{
color: #CB4BFC;
}
.AnyTagClassName
{
color: #CB4BFC;
}
</style>
background-color css
<style>
a { background-color: #CB4BFC; }
a { background-color: rgb(203,75,252); }
div.DivClassName
{
background-color: #CB4BFC;
}
.BgClassName
{
background-color: #CB4BFC;
}
</style>
border-color css
<style>
span { border-color: #CB4BFC; }
span { border-color: rgb(203,75,252); }
td.TdClassName
{
border-color: #CB4BFC;
}
.TagClassName
{
border-color: #CB4BFC;
}
</style>