Shades of Heliotrope #CC65FB
Tints of Heliotrope #CC65FB
RGB
CMYK
RGB Variations
Color information
#CC65FB (or 0xCC65FB) is known color: Heliotrope. HEX triplet: CC, 65 and FB. RGB value is (204,101,251). Sum of RGB (Red+Green+Blue) = 204+101+251=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC65FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65FB is #339A04. Grayscale: #949494. Windows color (decimal): -3381765 or 16475596. OLE color: 16475596.
HSL color Cylindrical-coordinate representation of color #CC65FB: hue angle of 281.2º degrees, saturation: 0.95, 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 #CC65FB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 101 | 251 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.02 |
| HSL | 281.2º | 0.95% | 0.69% | - |
| HSV(B) | 281.2º | 0.6% | 0.98% | - |
| XYZ | 46.97 | 29.11 | 94.41 | - |
| YUV | 148.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 251 | 0.19 | 0.60 | 0 | 0.02 | 281.2 | 0.95 | 0.69 |
| Hex | CC | 65 | FB | 13 | 3C | 0 | 2 | 119 | 5F | 45 |
| Octal | 314 | 145 | 373 | 23 | 74 | 0 | 2 | 431 | 137 | 105 |
| Binary | 11001100 | 1100101 | 11111011 | 10011 | 111100 | 0 | 10 | 100011001 | 1011111 | 1000101 |
Color Harmonies of #CC65FB
Complementary color
Monochromatic Colors of #CC65FB
Black with #CC65FB
Text Example
Text Example
White with #CC65FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65FB; }
p { color: rgb(204,101,251); }
H1.HeaderClassName
{
color: #CC65FB;
}
.AnyTagClassName
{
color: #CC65FB;
}
</style>
background-color css
<style>
a { background-color: #CC65FB; }
a { background-color: rgb(204,101,251); }
div.DivClassName
{
background-color: #CC65FB;
}
.BgClassName
{
background-color: #CC65FB;
}
</style>
border-color css
<style>
span { border-color: #CC65FB; }
span { border-color: rgb(204,101,251); }
td.TdClassName
{
border-color: #CC65FB;
}
.TagClassName
{
border-color: #CC65FB;
}
</style>