Shades of Heliotrope #CC86F0
Tints of Heliotrope #CC86F0
RGB
CMYK
RGB Variations
Color information
#CC86F0 (or 0xCC86F0) is known color: Heliotrope. HEX triplet: CC, 86 and F0. RGB value is (204,134,240). Sum of RGB (Red+Green+Blue) = 204+134+240=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC86F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86F0 is #33790F. Grayscale: #A6A6A6. Windows color (decimal): -3373328 or 15763148. OLE color: 15763148.
HSL color Cylindrical-coordinate representation of color #CC86F0: hue angle of 279.62º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC86F0 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 134 | 240 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.06 |
| HSL | 279.62º | 0.78% | 0.73% | - |
| HSV(B) | 279.62º | 0.44% | 0.94% | - |
| XYZ | 49.16 | 36.18 | 86.83 | - |
| YUV | 167.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 240 | 0.15 | 0.44 | 0 | 0.06 | 279.62 | 0.78 | 0.73 |
| Hex | CC | 86 | F0 | F | 2C | 0 | 6 | 118 | 4E | 49 |
| Octal | 314 | 206 | 360 | 17 | 54 | 0 | 6 | 430 | 116 | 111 |
| Binary | 11001100 | 10000110 | 11110000 | 1111 | 101100 | 0 | 110 | 100011000 | 1001110 | 1001001 |
Color Harmonies of #CC86F0
Complementary color
Monochromatic Colors of #CC86F0
Black with #CC86F0
Text Example
Text Example
White with #CC86F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86F0; }
p { color: rgb(204,134,240); }
H1.HeaderClassName
{
color: #CC86F0;
}
.AnyTagClassName
{
color: #CC86F0;
}
</style>
background-color css
<style>
a { background-color: #CC86F0; }
a { background-color: rgb(204,134,240); }
div.DivClassName
{
background-color: #CC86F0;
}
.BgClassName
{
background-color: #CC86F0;
}
</style>
border-color css
<style>
span { border-color: #CC86F0; }
span { border-color: rgb(204,134,240); }
td.TdClassName
{
border-color: #CC86F0;
}
.TagClassName
{
border-color: #CC86F0;
}
</style>