Shades of Heliotrope #CC71ED
Tints of Heliotrope #CC71ED
RGB
CMYK
RGB Variations
Color information
#CC71ED (or 0xCC71ED) is known color: Heliotrope. HEX triplet: CC, 71 and ED. RGB value is (204,113,237). Sum of RGB (Red+Green+Blue) = 204+113+237=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC71ED is #338E12. Grayscale: #999999. Windows color (decimal): -3378707 or 15561164. OLE color: 15561164.
HSL color Cylindrical-coordinate representation of color #CC71ED: hue angle of 284.03º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC71ED is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 113 | 237 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.07 |
| HSL | 284.03º | 0.78% | 0.69% | - |
| HSV(B) | 284.03º | 0.52% | 0.93% | - |
| XYZ | 46.09 | 30.76 | 83.63 | - |
| YUV | 154.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 237 | 0.14 | 0.52 | 0 | 0.07 | 284.03 | 0.78 | 0.69 |
| Hex | CC | 71 | ED | E | 34 | 0 | 7 | 11C | 4E | 45 |
| Octal | 314 | 161 | 355 | 16 | 64 | 0 | 7 | 434 | 116 | 105 |
| Binary | 11001100 | 1110001 | 11101101 | 1110 | 110100 | 0 | 111 | 100011100 | 1001110 | 1000101 |
Color Harmonies of #CC71ED
Complementary color
Monochromatic Colors of #CC71ED
Black with #CC71ED
Text Example
Text Example
White with #CC71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71ED; }
p { color: rgb(204,113,237); }
H1.HeaderClassName
{
color: #CC71ED;
}
.AnyTagClassName
{
color: #CC71ED;
}
</style>
background-color css
<style>
a { background-color: #CC71ED; }
a { background-color: rgb(204,113,237); }
div.DivClassName
{
background-color: #CC71ED;
}
.BgClassName
{
background-color: #CC71ED;
}
</style>
border-color css
<style>
span { border-color: #CC71ED; }
span { border-color: rgb(204,113,237); }
td.TdClassName
{
border-color: #CC71ED;
}
.TagClassName
{
border-color: #CC71ED;
}
</style>