Shades of Heliotrope #CB6DF2
Tints of Heliotrope #CB6DF2
RGB
CMYK
RGB Variations
Color information
#CB6DF2 (or 0xCB6DF2) is known color: Heliotrope. HEX triplet: CB, 6D and F2. RGB value is (203,109,242). Sum of RGB (Red+Green+Blue) = 203+109+242=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB6DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6DF2 is #34920D. Grayscale: #979797. Windows color (decimal): -3445262 or 15887819. OLE color: 15887819.
HSL color Cylindrical-coordinate representation of color #CB6DF2: hue angle of 282.41º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB6DF2 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 109 | 242 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.05 |
| HSL | 282.41º | 0.84% | 0.69% | - |
| HSV(B) | 282.41º | 0.55% | 0.95% | - |
| XYZ | 46.12 | 30.04 | 87.37 | - |
| YUV | 152.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 242 | 0.16 | 0.55 | 0 | 0.05 | 282.41 | 0.84 | 0.69 |
| Hex | CB | 6D | F2 | 10 | 37 | 0 | 5 | 11A | 54 | 45 |
| Octal | 313 | 155 | 362 | 20 | 67 | 0 | 5 | 432 | 124 | 105 |
| Binary | 11001011 | 1101101 | 11110010 | 10000 | 110111 | 0 | 101 | 100011010 | 1010100 | 1000101 |
Color Harmonies of #CB6DF2
Complementary color
Monochromatic Colors of #CB6DF2
Black with #CB6DF2
Text Example
Text Example
White with #CB6DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6DF2; }
p { color: rgb(203,109,242); }
H1.HeaderClassName
{
color: #CB6DF2;
}
.AnyTagClassName
{
color: #CB6DF2;
}
</style>
background-color css
<style>
a { background-color: #CB6DF2; }
a { background-color: rgb(203,109,242); }
div.DivClassName
{
background-color: #CB6DF2;
}
.BgClassName
{
background-color: #CB6DF2;
}
</style>
border-color css
<style>
span { border-color: #CB6DF2; }
span { border-color: rgb(203,109,242); }
td.TdClassName
{
border-color: #CB6DF2;
}
.TagClassName
{
border-color: #CB6DF2;
}
</style>