Shades of Heliotrope #CC73FE
Tints of Heliotrope #CC73FE
RGB
CMYK
RGB Variations
Color information
#CC73FE (or 0xCC73FE) is known color: Heliotrope. HEX triplet: CC, 73 and FE. RGB value is (204,115,254). Sum of RGB (Red+Green+Blue) = 204+115+254=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73FE is #338C01. Grayscale: #9C9C9C. Windows color (decimal): -3378178 or 16675788. OLE color: 16675788.
HSL color Cylindrical-coordinate representation of color #CC73FE: hue angle of 278.42º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC73FE is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 115 | 254 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.00 |
| HSL | 278.42º | 0.99% | 0.72% | - |
| HSV(B) | 278.42º | 0.55% | 1% | - |
| XYZ | 48.92 | 32.25 | 97.41 | - |
| YUV | 157.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 254 | 0.20 | 0.55 | 0 | 0.00 | 278.42 | 0.99 | 0.72 |
| Hex | CC | 73 | FE | 14 | 37 | 0 | 0 | 116 | 63 | 48 |
| Octal | 314 | 163 | 376 | 24 | 67 | 0 | 0 | 426 | 143 | 110 |
| Binary | 11001100 | 1110011 | 11111110 | 10100 | 110111 | 0 | 0 | 100010110 | 1100011 | 1001000 |
Color Harmonies of #CC73FE
Complementary color
Monochromatic Colors of #CC73FE
Black with #CC73FE
Text Example
Text Example
White with #CC73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73FE; }
p { color: rgb(204,115,254); }
H1.HeaderClassName
{
color: #CC73FE;
}
.AnyTagClassName
{
color: #CC73FE;
}
</style>
background-color css
<style>
a { background-color: #CC73FE; }
a { background-color: rgb(204,115,254); }
div.DivClassName
{
background-color: #CC73FE;
}
.BgClassName
{
background-color: #CC73FE;
}
</style>
border-color css
<style>
span { border-color: #CC73FE; }
span { border-color: rgb(204,115,254); }
td.TdClassName
{
border-color: #CC73FE;
}
.TagClassName
{
border-color: #CC73FE;
}
</style>