Shades of Heliotrope #CC63FF
Tints of Heliotrope #CC63FF
RGB
CMYK
RGB Variations
Color information
#CC63FF (or 0xCC63FF) is known color: Heliotrope. HEX triplet: CC, 63 and FF. RGB value is (204,99,255). Sum of RGB (Red+Green+Blue) = 204+99+255=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC63FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC63FF is #339C00. Grayscale: #939393. Windows color (decimal): -3382273 or 16737228. OLE color: 16737228.
HSL color Cylindrical-coordinate representation of color #CC63FF: hue angle of 280.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC63FF is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 99 | 255 | - |
| CMYK | 0.2 | 0.61 | 0 | 0 |
| HSL | 280.38º | 1% | 0.69% | - |
| HSV(B) | 280.38º | 0.61% | 1% | - |
| XYZ | 47.41 | 28.98 | 97.7 | - |
| YUV | 148.18 | 188.29 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 255 | 0.2 | 0.61 | 0 | 0 | 280.38 | 1 | 0.69 |
| Hex | CC | 63 | FF | 14 | 3D | 0 | 0 | 118 | 64 | 45 |
| Octal | 314 | 143 | 377 | 24 | 75 | 0 | 0 | 430 | 144 | 105 |
| Binary | 11001100 | 1100011 | 11111111 | 10100 | 111101 | 0 | 0 | 100011000 | 1100100 | 1000101 |
Color Harmonies of #CC63FF
Complementary color
Monochromatic Colors of #CC63FF
Black with #CC63FF
Text Example
Text Example
White with #CC63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63FF; }
p { color: rgb(204,99,255); }
H1.HeaderClassName
{
color: #CC63FF;
}
.AnyTagClassName
{
color: #CC63FF;
}
</style>
background-color css
<style>
a { background-color: #CC63FF; }
a { background-color: rgb(204,99,255); }
div.DivClassName
{
background-color: #CC63FF;
}
.BgClassName
{
background-color: #CC63FF;
}
</style>
border-color css
<style>
span { border-color: #CC63FF; }
span { border-color: rgb(204,99,255); }
td.TdClassName
{
border-color: #CC63FF;
}
.TagClassName
{
border-color: #CC63FF;
}
</style>