Shades of Heliotrope #CC7FED
Tints of Heliotrope #CC7FED
RGB
CMYK
RGB Variations
Color information
#CC7FED (or 0xCC7FED) is known color: Heliotrope. HEX triplet: CC, 7F and ED. RGB value is (204,127,237). Sum of RGB (Red+Green+Blue) = 204+127+237=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC7FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FED is #338012. Grayscale: #A2A2A2. Windows color (decimal): -3375123 or 15564748. OLE color: 15564748.
HSL color Cylindrical-coordinate representation of color #CC7FED: hue angle of 282º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC7FED is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 127 | 237 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.07 |
| HSL | 282º | 0.75% | 0.71% | - |
| HSV(B) | 282º | 0.46% | 0.93% | - |
| XYZ | 47.78 | 34.13 | 84.19 | - |
| YUV | 162.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 237 | 0.14 | 0.46 | 0 | 0.07 | 282 | 0.75 | 0.71 |
| Hex | CC | 7F | ED | E | 2E | 0 | 7 | 11A | 4B | 47 |
| Octal | 314 | 177 | 355 | 16 | 56 | 0 | 7 | 432 | 113 | 107 |
| Binary | 11001100 | 1111111 | 11101101 | 1110 | 101110 | 0 | 111 | 100011010 | 1001011 | 1000111 |
Color Harmonies of #CC7FED
Complementary color
Monochromatic Colors of #CC7FED
Black with #CC7FED
Text Example
Text Example
White with #CC7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7FED; }
p { color: rgb(204,127,237); }
H1.HeaderClassName
{
color: #CC7FED;
}
.AnyTagClassName
{
color: #CC7FED;
}
</style>
background-color css
<style>
a { background-color: #CC7FED; }
a { background-color: rgb(204,127,237); }
div.DivClassName
{
background-color: #CC7FED;
}
.BgClassName
{
background-color: #CC7FED;
}
</style>
border-color css
<style>
span { border-color: #CC7FED; }
span { border-color: rgb(204,127,237); }
td.TdClassName
{
border-color: #CC7FED;
}
.TagClassName
{
border-color: #CC7FED;
}
</style>