Shades of Heliotrope #CC7FFC
Tints of Heliotrope #CC7FFC
RGB
CMYK
RGB Variations
Color information
#CC7FFC (or 0xCC7FFC) is known color: Heliotrope. HEX triplet: CC, 7F and FC. RGB value is (204,127,252). Sum of RGB (Red+Green+Blue) = 204+127+252=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FFC is #338003. Grayscale: #A3A3A3. Windows color (decimal): -3375108 or 16547788. OLE color: 16547788.
HSL color Cylindrical-coordinate representation of color #CC7FFC: hue angle of 276.96º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7FFC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 127 | 252 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.01 |
| HSL | 276.96º | 0.95% | 0.74% | - |
| HSV(B) | 276.96º | 0.5% | 0.99% | - |
| XYZ | 50.06 | 35.04 | 96.22 | - |
| YUV | 164.27 | 177.51 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 252 | 0.19 | 0.50 | 0 | 0.01 | 276.96 | 0.95 | 0.74 |
| Hex | CC | 7F | FC | 13 | 32 | 0 | 1 | 115 | 5F | 4A |
| Octal | 314 | 177 | 374 | 23 | 62 | 0 | 1 | 425 | 137 | 112 |
| Binary | 11001100 | 1111111 | 11111100 | 10011 | 110010 | 0 | 1 | 100010101 | 1011111 | 1001010 |
Color Harmonies of #CC7FFC
Complementary color
Monochromatic Colors of #CC7FFC
Black with #CC7FFC
Text Example
Text Example
White with #CC7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7FFC; }
p { color: rgb(204,127,252); }
H1.HeaderClassName
{
color: #CC7FFC;
}
.AnyTagClassName
{
color: #CC7FFC;
}
</style>
background-color css
<style>
a { background-color: #CC7FFC; }
a { background-color: rgb(204,127,252); }
div.DivClassName
{
background-color: #CC7FFC;
}
.BgClassName
{
background-color: #CC7FFC;
}
</style>
border-color css
<style>
span { border-color: #CC7FFC; }
span { border-color: rgb(204,127,252); }
td.TdClassName
{
border-color: #CC7FFC;
}
.TagClassName
{
border-color: #CC7FFC;
}
</style>