Shades of Heliotrope #CC65FA
Tints of Heliotrope #CC65FA
RGB
CMYK
RGB Variations
Color information
#CC65FA (or 0xCC65FA) is known color: Heliotrope. HEX triplet: CC, 65 and FA. RGB value is (204,101,250). Sum of RGB (Red+Green+Blue) = 204+101+250=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65FA is #339A05. Grayscale: #949494. Windows color (decimal): -3381766 or 16410060. OLE color: 16410060.
HSL color Cylindrical-coordinate representation of color #CC65FA: hue angle of 281.48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC65FA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 101 | 250 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.02 |
| HSL | 281.48º | 0.94% | 0.69% | - |
| HSV(B) | 281.48º | 0.6% | 0.98% | - |
| XYZ | 46.81 | 29.05 | 93.58 | - |
| YUV | 148.78 | 185.12 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 250 | 0.18 | 0.60 | 0 | 0.02 | 281.48 | 0.94 | 0.69 |
| Hex | CC | 65 | FA | 12 | 3C | 0 | 2 | 119 | 5E | 45 |
| Octal | 314 | 145 | 372 | 22 | 74 | 0 | 2 | 431 | 136 | 105 |
| Binary | 11001100 | 1100101 | 11111010 | 10010 | 111100 | 0 | 10 | 100011001 | 1011110 | 1000101 |
Color Harmonies of #CC65FA
Complementary color
Monochromatic Colors of #CC65FA
Black with #CC65FA
Text Example
Text Example
White with #CC65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65FA; }
p { color: rgb(204,101,250); }
H1.HeaderClassName
{
color: #CC65FA;
}
.AnyTagClassName
{
color: #CC65FA;
}
</style>
background-color css
<style>
a { background-color: #CC65FA; }
a { background-color: rgb(204,101,250); }
div.DivClassName
{
background-color: #CC65FA;
}
.BgClassName
{
background-color: #CC65FA;
}
</style>
border-color css
<style>
span { border-color: #CC65FA; }
span { border-color: rgb(204,101,250); }
td.TdClassName
{
border-color: #CC65FA;
}
.TagClassName
{
border-color: #CC65FA;
}
</style>