Shades of Heliotrope #CC65FC
Tints of Heliotrope #CC65FC
RGB
CMYK
RGB Variations
Color information
#CC65FC (or 0xCC65FC) is known color: Heliotrope. HEX triplet: CC, 65 and FC. RGB value is (204,101,252). Sum of RGB (Red+Green+Blue) = 204+101+252=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC65FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65FC is #339A03. Grayscale: #949494. Windows color (decimal): -3381764 or 16541132. OLE color: 16541132.
HSL color Cylindrical-coordinate representation of color #CC65FC: hue angle of 280.93º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC65FC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 101 | 252 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.01 |
| HSL | 280.93º | 0.96% | 0.69% | - |
| HSV(B) | 280.93º | 0.6% | 0.99% | - |
| XYZ | 47.13 | 29.17 | 95.24 | - |
| YUV | 149.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 252 | 0.19 | 0.60 | 0 | 0.01 | 280.93 | 0.96 | 0.69 |
| Hex | CC | 65 | FC | 13 | 3C | 0 | 1 | 119 | 60 | 45 |
| Octal | 314 | 145 | 374 | 23 | 74 | 0 | 1 | 431 | 140 | 105 |
| Binary | 11001100 | 1100101 | 11111100 | 10011 | 111100 | 0 | 1 | 100011001 | 1100000 | 1000101 |
Color Harmonies of #CC65FC
Complementary color
Monochromatic Colors of #CC65FC
Black with #CC65FC
Text Example
Text Example
White with #CC65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65FC; }
p { color: rgb(204,101,252); }
H1.HeaderClassName
{
color: #CC65FC;
}
.AnyTagClassName
{
color: #CC65FC;
}
</style>
background-color css
<style>
a { background-color: #CC65FC; }
a { background-color: rgb(204,101,252); }
div.DivClassName
{
background-color: #CC65FC;
}
.BgClassName
{
background-color: #CC65FC;
}
</style>
border-color css
<style>
span { border-color: #CC65FC; }
span { border-color: rgb(204,101,252); }
td.TdClassName
{
border-color: #CC65FC;
}
.TagClassName
{
border-color: #CC65FC;
}
</style>