Shades of Heliotrope #CB5CFC
Tints of Heliotrope #CB5CFC
RGB
CMYK
RGB Variations
Color information
#CB5CFC (or 0xCB5CFC) is known color: Heliotrope. HEX triplet: CB, 5C and FC. RGB value is (203,92,252). Sum of RGB (Red+Green+Blue) = 203+92+252=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5CFC is #34A303. Grayscale: #8E8E8E. Windows color (decimal): -3449604 or 16538827. OLE color: 16538827.
HSL color Cylindrical-coordinate representation of color #CB5CFC: hue angle of 281.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB5CFC is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 92 | 252 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.01 |
| HSL | 281.63º | 0.96% | 0.67% | - |
| HSV(B) | 281.63º | 0.63% | 0.99% | - |
| XYZ | 46.03 | 27.38 | 94.95 | - |
| YUV | 143.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 252 | 0.19 | 0.63 | 0 | 0.01 | 281.63 | 0.96 | 0.67 |
| Hex | CB | 5C | FC | 13 | 3F | 0 | 1 | 11A | 60 | 43 |
| Octal | 313 | 134 | 374 | 23 | 77 | 0 | 1 | 432 | 140 | 103 |
| Binary | 11001011 | 1011100 | 11111100 | 10011 | 111111 | 0 | 1 | 100011010 | 1100000 | 1000011 |
Color Harmonies of #CB5CFC
Complementary color
Monochromatic Colors of #CB5CFC
Black with #CB5CFC
Text Example
Text Example
White with #CB5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CFC; }
p { color: rgb(203,92,252); }
H1.HeaderClassName
{
color: #CB5CFC;
}
.AnyTagClassName
{
color: #CB5CFC;
}
</style>
background-color css
<style>
a { background-color: #CB5CFC; }
a { background-color: rgb(203,92,252); }
div.DivClassName
{
background-color: #CB5CFC;
}
.BgClassName
{
background-color: #CB5CFC;
}
</style>
border-color css
<style>
span { border-color: #CB5CFC; }
span { border-color: rgb(203,92,252); }
td.TdClassName
{
border-color: #CB5CFC;
}
.TagClassName
{
border-color: #CB5CFC;
}
</style>