Shades of Heliotrope #CC63FC
Tints of Heliotrope #CC63FC
RGB
CMYK
RGB Variations
Color information
#CC63FC (or 0xCC63FC) is known color: Heliotrope. HEX triplet: CC, 63 and FC. RGB value is (204,99,252). Sum of RGB (Red+Green+Blue) = 204+99+252=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC63FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC63FC is #339C03. Grayscale: #939393. Windows color (decimal): -3382276 or 16540620. OLE color: 16540620.
HSL color Cylindrical-coordinate representation of color #CC63FC: hue angle of 281.18º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC63FC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 99 | 252 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.01 |
| HSL | 281.18º | 0.96% | 0.69% | - |
| HSV(B) | 281.18º | 0.61% | 0.99% | - |
| XYZ | 46.93 | 28.79 | 95.18 | - |
| YUV | 147.84 | 186.79 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 252 | 0.19 | 0.61 | 0 | 0.01 | 281.18 | 0.96 | 0.69 |
| Hex | CC | 63 | FC | 13 | 3D | 0 | 1 | 119 | 60 | 45 |
| Octal | 314 | 143 | 374 | 23 | 75 | 0 | 1 | 431 | 140 | 105 |
| Binary | 11001100 | 1100011 | 11111100 | 10011 | 111101 | 0 | 1 | 100011001 | 1100000 | 1000101 |
Color Harmonies of #CC63FC
Complementary color
Monochromatic Colors of #CC63FC
Black with #CC63FC
Text Example
Text Example
White with #CC63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63FC; }
p { color: rgb(204,99,252); }
H1.HeaderClassName
{
color: #CC63FC;
}
.AnyTagClassName
{
color: #CC63FC;
}
</style>
background-color css
<style>
a { background-color: #CC63FC; }
a { background-color: rgb(204,99,252); }
div.DivClassName
{
background-color: #CC63FC;
}
.BgClassName
{
background-color: #CC63FC;
}
</style>
border-color css
<style>
span { border-color: #CC63FC; }
span { border-color: rgb(204,99,252); }
td.TdClassName
{
border-color: #CC63FC;
}
.TagClassName
{
border-color: #CC63FC;
}
</style>