Shades of Heliotrope #CB7FFC
Tints of Heliotrope #CB7FFC
RGB
CMYK
RGB Variations
Color information
#CB7FFC (or 0xCB7FFC) is known color: Heliotrope. HEX triplet: CB, 7F and FC. RGB value is (203,127,252). Sum of RGB (Red+Green+Blue) = 203+127+252=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7FFC is #348003. Grayscale: #A3A3A3. Windows color (decimal): -3440644 or 16547787. OLE color: 16547787.
HSL color Cylindrical-coordinate representation of color #CB7FFC: hue angle of 276.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7FFC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 127 | 252 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.01 |
| HSL | 276.48º | 0.95% | 0.74% | - |
| HSV(B) | 276.48º | 0.5% | 0.99% | - |
| XYZ | 49.79 | 34.9 | 96.21 | - |
| YUV | 163.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 252 | 0.19 | 0.50 | 0 | 0.01 | 276.48 | 0.95 | 0.74 |
| Hex | CB | 7F | FC | 13 | 32 | 0 | 1 | 114 | 5F | 4A |
| Octal | 313 | 177 | 374 | 23 | 62 | 0 | 1 | 424 | 137 | 112 |
| Binary | 11001011 | 1111111 | 11111100 | 10011 | 110010 | 0 | 1 | 100010100 | 1011111 | 1001010 |
Color Harmonies of #CB7FFC
Complementary color
Monochromatic Colors of #CB7FFC
Black with #CB7FFC
Text Example
Text Example
White with #CB7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FFC; }
p { color: rgb(203,127,252); }
H1.HeaderClassName
{
color: #CB7FFC;
}
.AnyTagClassName
{
color: #CB7FFC;
}
</style>
background-color css
<style>
a { background-color: #CB7FFC; }
a { background-color: rgb(203,127,252); }
div.DivClassName
{
background-color: #CB7FFC;
}
.BgClassName
{
background-color: #CB7FFC;
}
</style>
border-color css
<style>
span { border-color: #CB7FFC; }
span { border-color: rgb(203,127,252); }
td.TdClassName
{
border-color: #CB7FFC;
}
.TagClassName
{
border-color: #CB7FFC;
}
</style>