Shades of Heliotrope #CC7FFD
Tints of Heliotrope #CC7FFD
RGB
CMYK
RGB Variations
Color information
#CC7FFD (or 0xCC7FFD) is known color: Heliotrope. HEX triplet: CC, 7F and FD. RGB value is (204,127,253). Sum of RGB (Red+Green+Blue) = 204+127+253=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FFD is #338002. Grayscale: #A3A3A3. Windows color (decimal): -3375107 or 16613324. OLE color: 16613324.
HSL color Cylindrical-coordinate representation of color #CC7FFD: hue angle of 276.67º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7FFD is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 127 | 253 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.01 |
| HSL | 276.67º | 0.97% | 0.75% | - |
| HSV(B) | 276.67º | 0.5% | 0.99% | - |
| XYZ | 50.22 | 35.11 | 97.06 | - |
| YUV | 164.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 253 | 0.19 | 0.50 | 0 | 0.01 | 276.67 | 0.97 | 0.75 |
| Hex | CC | 7F | FD | 13 | 32 | 0 | 1 | 115 | 61 | 4B |
| Octal | 314 | 177 | 375 | 23 | 62 | 0 | 1 | 425 | 141 | 113 |
| Binary | 11001100 | 1111111 | 11111101 | 10011 | 110010 | 0 | 1 | 100010101 | 1100001 | 1001011 |
Color Harmonies of #CC7FFD
Complementary color
Monochromatic Colors of #CC7FFD
Black with #CC7FFD
Text Example
Text Example
White with #CC7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7FFD; }
p { color: rgb(204,127,253); }
H1.HeaderClassName
{
color: #CC7FFD;
}
.AnyTagClassName
{
color: #CC7FFD;
}
</style>
background-color css
<style>
a { background-color: #CC7FFD; }
a { background-color: rgb(204,127,253); }
div.DivClassName
{
background-color: #CC7FFD;
}
.BgClassName
{
background-color: #CC7FFD;
}
</style>
border-color css
<style>
span { border-color: #CC7FFD; }
span { border-color: rgb(204,127,253); }
td.TdClassName
{
border-color: #CC7FFD;
}
.TagClassName
{
border-color: #CC7FFD;
}
</style>