Shades of Heliotrope #CC85EE
Tints of Heliotrope #CC85EE
RGB
CMYK
RGB Variations
Color information
#CC85EE (or 0xCC85EE) is known color: Heliotrope. HEX triplet: CC, 85 and EE. RGB value is (204,133,238). Sum of RGB (Red+Green+Blue) = 204+133+238=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85EE is #337A11. Grayscale: #A5A5A5. Windows color (decimal): -3373586 or 15631820. OLE color: 15631820.
HSL color Cylindrical-coordinate representation of color #CC85EE: hue angle of 280.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC85EE is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 133 | 238 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.07 |
| HSL | 280.57º | 0.76% | 0.73% | - |
| HSV(B) | 280.57º | 0.44% | 0.93% | - |
| XYZ | 48.72 | 35.79 | 85.23 | - |
| YUV | 166.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 238 | 0.14 | 0.44 | 0 | 0.07 | 280.57 | 0.76 | 0.73 |
| Hex | CC | 85 | EE | E | 2C | 0 | 7 | 119 | 4C | 49 |
| Octal | 314 | 205 | 356 | 16 | 54 | 0 | 7 | 431 | 114 | 111 |
| Binary | 11001100 | 10000101 | 11101110 | 1110 | 101100 | 0 | 111 | 100011001 | 1001100 | 1001001 |
Color Harmonies of #CC85EE
Complementary color
Monochromatic Colors of #CC85EE
Black with #CC85EE
Text Example
Text Example
White with #CC85EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85EE; }
p { color: rgb(204,133,238); }
H1.HeaderClassName
{
color: #CC85EE;
}
.AnyTagClassName
{
color: #CC85EE;
}
</style>
background-color css
<style>
a { background-color: #CC85EE; }
a { background-color: rgb(204,133,238); }
div.DivClassName
{
background-color: #CC85EE;
}
.BgClassName
{
background-color: #CC85EE;
}
</style>
border-color css
<style>
span { border-color: #CC85EE; }
span { border-color: rgb(204,133,238); }
td.TdClassName
{
border-color: #CC85EE;
}
.TagClassName
{
border-color: #CC85EE;
}
</style>