Shades of Heliotrope #CB66F1
Tints of Heliotrope #CB66F1
RGB
CMYK
RGB Variations
Color information
#CB66F1 (or 0xCB66F1) is known color: Heliotrope. HEX triplet: CB, 66 and F1. RGB value is (203,102,241). Sum of RGB (Red+Green+Blue) = 203+102+241=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB66F1 is #34990E. Grayscale: #939393. Windows color (decimal): -3447055 or 15820491. OLE color: 15820491.
HSL color Cylindrical-coordinate representation of color #CB66F1: hue angle of 283.6º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB66F1 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 102 | 241 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.05 |
| HSL | 283.6º | 0.83% | 0.67% | - |
| HSV(B) | 283.6º | 0.58% | 0.95% | - |
| XYZ | 45.26 | 28.55 | 86.34 | - |
| YUV | 148.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 241 | 0.16 | 0.58 | 0 | 0.05 | 283.6 | 0.83 | 0.67 |
| Hex | CB | 66 | F1 | 10 | 3A | 0 | 5 | 11C | 53 | 43 |
| Octal | 313 | 146 | 361 | 20 | 72 | 0 | 5 | 434 | 123 | 103 |
| Binary | 11001011 | 1100110 | 11110001 | 10000 | 111010 | 0 | 101 | 100011100 | 1010011 | 1000011 |
Color Harmonies of #CB66F1
Complementary color
Monochromatic Colors of #CB66F1
Black with #CB66F1
Text Example
Text Example
White with #CB66F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66F1; }
p { color: rgb(203,102,241); }
H1.HeaderClassName
{
color: #CB66F1;
}
.AnyTagClassName
{
color: #CB66F1;
}
</style>
background-color css
<style>
a { background-color: #CB66F1; }
a { background-color: rgb(203,102,241); }
div.DivClassName
{
background-color: #CB66F1;
}
.BgClassName
{
background-color: #CB66F1;
}
</style>
border-color css
<style>
span { border-color: #CB66F1; }
span { border-color: rgb(203,102,241); }
td.TdClassName
{
border-color: #CB66F1;
}
.TagClassName
{
border-color: #CB66F1;
}
</style>