Shades of Heliotrope #CB8CFA
Tints of Heliotrope #CB8CFA
RGB
CMYK
RGB Variations
Color information
#CB8CFA (or 0xCB8CFA) is known color: Heliotrope. HEX triplet: CB, 8C and FA. RGB value is (203,140,250). Sum of RGB (Red+Green+Blue) = 203+140+250=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8CFA is #347305. Grayscale: #ABABAB. Windows color (decimal): -3437318 or 16420043. OLE color: 16420043.
HSL color Cylindrical-coordinate representation of color #CB8CFA: hue angle of 274.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB8CFA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 140 | 250 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.02 |
| HSL | 274.36º | 0.92% | 0.76% | - |
| HSV(B) | 274.36º | 0.44% | 0.98% | - |
| XYZ | 51.26 | 38.35 | 95.14 | - |
| YUV | 171.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 250 | 0.19 | 0.44 | 0 | 0.02 | 274.36 | 0.92 | 0.76 |
| Hex | CB | 8C | FA | 13 | 2C | 0 | 2 | 112 | 5C | 4C |
| Octal | 313 | 214 | 372 | 23 | 54 | 0 | 2 | 422 | 134 | 114 |
| Binary | 11001011 | 10001100 | 11111010 | 10011 | 101100 | 0 | 10 | 100010010 | 1011100 | 1001100 |
Color Harmonies of #CB8CFA
Complementary color
Monochromatic Colors of #CB8CFA
Black with #CB8CFA
Text Example
Text Example
White with #CB8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CFA; }
p { color: rgb(203,140,250); }
H1.HeaderClassName
{
color: #CB8CFA;
}
.AnyTagClassName
{
color: #CB8CFA;
}
</style>
background-color css
<style>
a { background-color: #CB8CFA; }
a { background-color: rgb(203,140,250); }
div.DivClassName
{
background-color: #CB8CFA;
}
.BgClassName
{
background-color: #CB8CFA;
}
</style>
border-color css
<style>
span { border-color: #CB8CFA; }
span { border-color: rgb(203,140,250); }
td.TdClassName
{
border-color: #CB8CFA;
}
.TagClassName
{
border-color: #CB8CFA;
}
</style>