Shades of Heliotrope #CB61F0
Tints of Heliotrope #CB61F0
RGB
CMYK
RGB Variations
Color information
#CB61F0 (or 0xCB61F0) is known color: Heliotrope. HEX triplet: CB, 61 and F0. RGB value is (203,97,240). Sum of RGB (Red+Green+Blue) = 203+97+240=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB61F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB61F0 is #349E0F. Grayscale: #909090. Windows color (decimal): -3448336 or 15753675. OLE color: 15753675.
HSL color Cylindrical-coordinate representation of color #CB61F0: hue angle of 284.48º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB61F0 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 97 | 240 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.06 |
| HSL | 284.48º | 0.83% | 0.66% | - |
| HSV(B) | 284.48º | 0.6% | 0.94% | - |
| XYZ | 44.63 | 27.54 | 85.4 | - |
| YUV | 145 | 181.62 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 240 | 0.15 | 0.60 | 0 | 0.06 | 284.48 | 0.83 | 0.66 |
| Hex | CB | 61 | F0 | F | 3C | 0 | 6 | 11C | 53 | 42 |
| Octal | 313 | 141 | 360 | 17 | 74 | 0 | 6 | 434 | 123 | 102 |
| Binary | 11001011 | 1100001 | 11110000 | 1111 | 111100 | 0 | 110 | 100011100 | 1010011 | 1000010 |
Color Harmonies of #CB61F0
Complementary color
Monochromatic Colors of #CB61F0
Black with #CB61F0
Text Example
Text Example
White with #CB61F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61F0; }
p { color: rgb(203,97,240); }
H1.HeaderClassName
{
color: #CB61F0;
}
.AnyTagClassName
{
color: #CB61F0;
}
</style>
background-color css
<style>
a { background-color: #CB61F0; }
a { background-color: rgb(203,97,240); }
div.DivClassName
{
background-color: #CB61F0;
}
.BgClassName
{
background-color: #CB61F0;
}
</style>
border-color css
<style>
span { border-color: #CB61F0; }
span { border-color: rgb(203,97,240); }
td.TdClassName
{
border-color: #CB61F0;
}
.TagClassName
{
border-color: #CB61F0;
}
</style>