Shades of Heliotrope #CB65FE
Tints of Heliotrope #CB65FE
RGB
CMYK
RGB Variations
Color information
#CB65FE (or 0xCB65FE) is known color: Heliotrope. HEX triplet: CB, 65 and FE. RGB value is (203,101,254). Sum of RGB (Red+Green+Blue) = 203+101+254=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB65FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB65FE is #349A01. Grayscale: #949494. Windows color (decimal): -3447298 or 16672203. OLE color: 16672203.
HSL color Cylindrical-coordinate representation of color #CB65FE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB65FE is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 101 | 254 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.7% | - |
| HSV(B) | 280º | 0.6% | 1% | - |
| XYZ | 47.17 | 29.16 | 96.91 | - |
| YUV | 148.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 254 | 0.20 | 0.60 | 0 | 0.00 | 280 | 0.99 | 0.7 |
| Hex | CB | 65 | FE | 14 | 3C | 0 | 0 | 118 | 63 | 46 |
| Octal | 313 | 145 | 376 | 24 | 74 | 0 | 0 | 430 | 143 | 106 |
| Binary | 11001011 | 1100101 | 11111110 | 10100 | 111100 | 0 | 0 | 100011000 | 1100011 | 1000110 |
Color Harmonies of #CB65FE
Complementary color
Monochromatic Colors of #CB65FE
Black with #CB65FE
Text Example
Text Example
White with #CB65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65FE; }
p { color: rgb(203,101,254); }
H1.HeaderClassName
{
color: #CB65FE;
}
.AnyTagClassName
{
color: #CB65FE;
}
</style>
background-color css
<style>
a { background-color: #CB65FE; }
a { background-color: rgb(203,101,254); }
div.DivClassName
{
background-color: #CB65FE;
}
.BgClassName
{
background-color: #CB65FE;
}
</style>
border-color css
<style>
span { border-color: #CB65FE; }
span { border-color: rgb(203,101,254); }
td.TdClassName
{
border-color: #CB65FE;
}
.TagClassName
{
border-color: #CB65FE;
}
</style>