Shades of Heliotrope #CB87F2
Tints of Heliotrope #CB87F2
RGB
CMYK
RGB Variations
Color information
#CB87F2 (or 0xCB87F2) is known color: Heliotrope. HEX triplet: CB, 87 and F2. RGB value is (203,135,242). Sum of RGB (Red+Green+Blue) = 203+135+242=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB87F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB87F2 is #34780D. Grayscale: #A7A7A7. Windows color (decimal): -3438606 or 15894475. OLE color: 15894475.
HSL color Cylindrical-coordinate representation of color #CB87F2: hue angle of 278.13º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB87F2 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 135 | 242 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.05 |
| HSL | 278.13º | 0.8% | 0.74% | - |
| HSV(B) | 278.13º | 0.44% | 0.95% | - |
| XYZ | 49.32 | 36.44 | 88.44 | - |
| YUV | 167.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 242 | 0.16 | 0.44 | 0 | 0.05 | 278.13 | 0.8 | 0.74 |
| Hex | CB | 87 | F2 | 10 | 2C | 0 | 5 | 116 | 50 | 4A |
| Octal | 313 | 207 | 362 | 20 | 54 | 0 | 5 | 426 | 120 | 112 |
| Binary | 11001011 | 10000111 | 11110010 | 10000 | 101100 | 0 | 101 | 100010110 | 1010000 | 1001010 |
Color Harmonies of #CB87F2
Complementary color
Monochromatic Colors of #CB87F2
Black with #CB87F2
Text Example
Text Example
White with #CB87F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87F2; }
p { color: rgb(203,135,242); }
H1.HeaderClassName
{
color: #CB87F2;
}
.AnyTagClassName
{
color: #CB87F2;
}
</style>
background-color css
<style>
a { background-color: #CB87F2; }
a { background-color: rgb(203,135,242); }
div.DivClassName
{
background-color: #CB87F2;
}
.BgClassName
{
background-color: #CB87F2;
}
</style>
border-color css
<style>
span { border-color: #CB87F2; }
span { border-color: rgb(203,135,242); }
td.TdClassName
{
border-color: #CB87F2;
}
.TagClassName
{
border-color: #CB87F2;
}
</style>