Shades of Heliotrope #CC65FE
Tints of Heliotrope #CC65FE
RGB
CMYK
RGB Variations
Color information
#CC65FE (or 0xCC65FE) is known color: Heliotrope. HEX triplet: CC, 65 and FE. RGB value is (204,101,254). Sum of RGB (Red+Green+Blue) = 204+101+254=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC65FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65FE is #339A01. Grayscale: #949494. Windows color (decimal): -3381762 or 16672204. OLE color: 16672204.
HSL color Cylindrical-coordinate representation of color #CC65FE: hue angle of 280.39º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC65FE is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 101 | 254 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.00 |
| HSL | 280.39º | 0.99% | 0.7% | - |
| HSV(B) | 280.39º | 0.6% | 1% | - |
| XYZ | 47.44 | 29.3 | 96.92 | - |
| YUV | 149.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 254 | 0.20 | 0.60 | 0 | 0.00 | 280.39 | 0.99 | 0.7 |
| Hex | CC | 65 | FE | 14 | 3C | 0 | 0 | 118 | 63 | 46 |
| Octal | 314 | 145 | 376 | 24 | 74 | 0 | 0 | 430 | 143 | 106 |
| Binary | 11001100 | 1100101 | 11111110 | 10100 | 111100 | 0 | 0 | 100011000 | 1100011 | 1000110 |
Color Harmonies of #CC65FE
Complementary color
Monochromatic Colors of #CC65FE
Black with #CC65FE
Text Example
Text Example
White with #CC65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65FE; }
p { color: rgb(204,101,254); }
H1.HeaderClassName
{
color: #CC65FE;
}
.AnyTagClassName
{
color: #CC65FE;
}
</style>
background-color css
<style>
a { background-color: #CC65FE; }
a { background-color: rgb(204,101,254); }
div.DivClassName
{
background-color: #CC65FE;
}
.BgClassName
{
background-color: #CC65FE;
}
</style>
border-color css
<style>
span { border-color: #CC65FE; }
span { border-color: rgb(204,101,254); }
td.TdClassName
{
border-color: #CC65FE;
}
.TagClassName
{
border-color: #CC65FE;
}
</style>