Shades of Heliotrope #CB8BFD
Tints of Heliotrope #CB8BFD
RGB
CMYK
RGB Variations
Color information
#CB8BFD (or 0xCB8BFD) is known color: Heliotrope. HEX triplet: CB, 8B and FD. RGB value is (203,139,253). Sum of RGB (Red+Green+Blue) = 203+139+253=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8BFD is #347402. Grayscale: #AAAAAA. Windows color (decimal): -3437571 or 16616395. OLE color: 16616395.
HSL color Cylindrical-coordinate representation of color #CB8BFD: hue angle of 273.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB8BFD is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 139 | 253 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.01 |
| HSL | 273.68º | 0.97% | 0.77% | - |
| HSV(B) | 273.68º | 0.45% | 0.99% | - |
| XYZ | 51.59 | 38.25 | 97.59 | - |
| YUV | 171.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 253 | 0.20 | 0.45 | 0 | 0.01 | 273.68 | 0.97 | 0.77 |
| Hex | CB | 8B | FD | 14 | 2D | 0 | 1 | 112 | 61 | 4D |
| Octal | 313 | 213 | 375 | 24 | 55 | 0 | 1 | 422 | 141 | 115 |
| Binary | 11001011 | 10001011 | 11111101 | 10100 | 101101 | 0 | 1 | 100010010 | 1100001 | 1001101 |
Color Harmonies of #CB8BFD
Complementary color
Monochromatic Colors of #CB8BFD
Black with #CB8BFD
Text Example
Text Example
White with #CB8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BFD; }
p { color: rgb(203,139,253); }
H1.HeaderClassName
{
color: #CB8BFD;
}
.AnyTagClassName
{
color: #CB8BFD;
}
</style>
background-color css
<style>
a { background-color: #CB8BFD; }
a { background-color: rgb(203,139,253); }
div.DivClassName
{
background-color: #CB8BFD;
}
.BgClassName
{
background-color: #CB8BFD;
}
</style>
border-color css
<style>
span { border-color: #CB8BFD; }
span { border-color: rgb(203,139,253); }
td.TdClassName
{
border-color: #CB8BFD;
}
.TagClassName
{
border-color: #CB8BFD;
}
</style>