Shades of Heliotrope #CC69E9
Tints of Heliotrope #CC69E9
RGB
CMYK
RGB Variations
Color information
#CC69E9 (or 0xCC69E9) is known color: Heliotrope. HEX triplet: CC, 69 and E9. RGB value is (204,105,233). Sum of RGB (Red+Green+Blue) = 204+105+233=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC69E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69E9 is #339616. Grayscale: #949494. Windows color (decimal): -3380759 or 15296972. OLE color: 15296972.
HSL color Cylindrical-coordinate representation of color #CC69E9: hue angle of 286.41º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC69E9 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 105 | 233 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.09 |
| HSL | 286.41º | 0.74% | 0.66% | - |
| HSV(B) | 286.41º | 0.55% | 0.91% | - |
| XYZ | 44.66 | 28.82 | 80.3 | - |
| YUV | 149.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 233 | 0.12 | 0.55 | 0 | 0.09 | 286.41 | 0.74 | 0.66 |
| Hex | CC | 69 | E9 | C | 37 | 0 | 9 | 11E | 4A | 42 |
| Octal | 314 | 151 | 351 | 14 | 67 | 0 | 11 | 436 | 112 | 102 |
| Binary | 11001100 | 1101001 | 11101001 | 1100 | 110111 | 0 | 1001 | 100011110 | 1001010 | 1000010 |
Color Harmonies of #CC69E9
Complementary color
Monochromatic Colors of #CC69E9
Black with #CC69E9
Text Example
Text Example
White with #CC69E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69E9; }
p { color: rgb(204,105,233); }
H1.HeaderClassName
{
color: #CC69E9;
}
.AnyTagClassName
{
color: #CC69E9;
}
</style>
background-color css
<style>
a { background-color: #CC69E9; }
a { background-color: rgb(204,105,233); }
div.DivClassName
{
background-color: #CC69E9;
}
.BgClassName
{
background-color: #CC69E9;
}
</style>
border-color css
<style>
span { border-color: #CC69E9; }
span { border-color: rgb(204,105,233); }
td.TdClassName
{
border-color: #CC69E9;
}
.TagClassName
{
border-color: #CC69E9;
}
</style>