Shades of Heliotrope #CC7FFE
Tints of Heliotrope #CC7FFE
RGB
CMYK
RGB Variations
Color information
#CC7FFE (or 0xCC7FFE) is known color: Heliotrope. HEX triplet: CC, 7F and FE. RGB value is (204,127,254). Sum of RGB (Red+Green+Blue) = 204+127+254=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC7FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FFE is #338001. Grayscale: #A4A4A4. Windows color (decimal): -3375106 or 16678860. OLE color: 16678860.
HSL color Cylindrical-coordinate representation of color #CC7FFE: hue angle of 276.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7FFE is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 127 | 254 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.00 |
| HSL | 276.38º | 0.98% | 0.75% | - |
| HSV(B) | 276.38º | 0.5% | 1% | - |
| XYZ | 50.38 | 35.17 | 97.9 | - |
| YUV | 164.5 | 178.51 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 254 | 0.20 | 0.50 | 0 | 0.00 | 276.38 | 0.98 | 0.75 |
| Hex | CC | 7F | FE | 14 | 32 | 0 | 0 | 114 | 62 | 4B |
| Octal | 314 | 177 | 376 | 24 | 62 | 0 | 0 | 424 | 142 | 113 |
| Binary | 11001100 | 1111111 | 11111110 | 10100 | 110010 | 0 | 0 | 100010100 | 1100010 | 1001011 |
Color Harmonies of #CC7FFE
Complementary color
Monochromatic Colors of #CC7FFE
Black with #CC7FFE
Text Example
Text Example
White with #CC7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7FFE; }
p { color: rgb(204,127,254); }
H1.HeaderClassName
{
color: #CC7FFE;
}
.AnyTagClassName
{
color: #CC7FFE;
}
</style>
background-color css
<style>
a { background-color: #CC7FFE; }
a { background-color: rgb(204,127,254); }
div.DivClassName
{
background-color: #CC7FFE;
}
.BgClassName
{
background-color: #CC7FFE;
}
</style>
border-color css
<style>
span { border-color: #CC7FFE; }
span { border-color: rgb(204,127,254); }
td.TdClassName
{
border-color: #CC7FFE;
}
.TagClassName
{
border-color: #CC7FFE;
}
</style>