Shades of Heliotrope #CC65FF
Tints of Heliotrope #CC65FF
RGB
CMYK
RGB Variations
Color information
#CC65FF (or 0xCC65FF) is known color: Heliotrope. HEX triplet: CC, 65 and FF. RGB value is (204,101,255). Sum of RGB (Red+Green+Blue) = 204+101+255=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC65FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65FF is #339A00. Grayscale: #949494. Windows color (decimal): -3381761 or 16737740. OLE color: 16737740.
HSL color Cylindrical-coordinate representation of color #CC65FF: hue angle of 280.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC65FF is Cyan = 0.2, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 101 | 255 | - |
| CMYK | 0.2 | 0.60 | 0 | 0 |
| HSL | 280.13º | 1% | 0.7% | - |
| HSV(B) | 280.13º | 0.6% | 1% | - |
| XYZ | 47.61 | 29.36 | 97.77 | - |
| YUV | 149.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 255 | 0.2 | 0.60 | 0 | 0 | 280.13 | 1 | 0.7 |
| Hex | CC | 65 | FF | 14 | 3C | 0 | 0 | 118 | 64 | 46 |
| Octal | 314 | 145 | 377 | 24 | 74 | 0 | 0 | 430 | 144 | 106 |
| Binary | 11001100 | 1100101 | 11111111 | 10100 | 111100 | 0 | 0 | 100011000 | 1100100 | 1000110 |
Color Harmonies of #CC65FF
Complementary color
Monochromatic Colors of #CC65FF
Black with #CC65FF
Text Example
Text Example
White with #CC65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65FF; }
p { color: rgb(204,101,255); }
H1.HeaderClassName
{
color: #CC65FF;
}
.AnyTagClassName
{
color: #CC65FF;
}
</style>
background-color css
<style>
a { background-color: #CC65FF; }
a { background-color: rgb(204,101,255); }
div.DivClassName
{
background-color: #CC65FF;
}
.BgClassName
{
background-color: #CC65FF;
}
</style>
border-color css
<style>
span { border-color: #CC65FF; }
span { border-color: rgb(204,101,255); }
td.TdClassName
{
border-color: #CC65FF;
}
.TagClassName
{
border-color: #CC65FF;
}
</style>