Shades of Heliotrope #CC65F7
Tints of Heliotrope #CC65F7
RGB
CMYK
RGB Variations
Color information
#CC65F7 (or 0xCC65F7) is known color: Heliotrope. HEX triplet: CC, 65 and F7. RGB value is (204,101,247). Sum of RGB (Red+Green+Blue) = 204+101+247=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC65F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65F7 is #339A08. Grayscale: #939393. Windows color (decimal): -3381769 or 16213452. OLE color: 16213452.
HSL color Cylindrical-coordinate representation of color #CC65F7: hue angle of 282.33º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC65F7 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 101 | 247 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.03 |
| HSL | 282.33º | 0.9% | 0.68% | - |
| HSV(B) | 282.33º | 0.59% | 0.97% | - |
| XYZ | 46.34 | 28.86 | 91.12 | - |
| YUV | 148.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 247 | 0.17 | 0.59 | 0 | 0.03 | 282.33 | 0.9 | 0.68 |
| Hex | CC | 65 | F7 | 11 | 3B | 0 | 3 | 11A | 5A | 44 |
| Octal | 314 | 145 | 367 | 21 | 73 | 0 | 3 | 432 | 132 | 104 |
| Binary | 11001100 | 1100101 | 11110111 | 10001 | 111011 | 0 | 11 | 100011010 | 1011010 | 1000100 |
Color Harmonies of #CC65F7
Complementary color
Monochromatic Colors of #CC65F7
Black with #CC65F7
Text Example
Text Example
White with #CC65F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65F7; }
p { color: rgb(204,101,247); }
H1.HeaderClassName
{
color: #CC65F7;
}
.AnyTagClassName
{
color: #CC65F7;
}
</style>
background-color css
<style>
a { background-color: #CC65F7; }
a { background-color: rgb(204,101,247); }
div.DivClassName
{
background-color: #CC65F7;
}
.BgClassName
{
background-color: #CC65F7;
}
</style>
border-color css
<style>
span { border-color: #CC65F7; }
span { border-color: rgb(204,101,247); }
td.TdClassName
{
border-color: #CC65F7;
}
.TagClassName
{
border-color: #CC65F7;
}
</style>