Shades of Heliotrope #CC81FB
Tints of Heliotrope #CC81FB
RGB
CMYK
RGB Variations
Color information
#CC81FB (or 0xCC81FB) is known color: Heliotrope. HEX triplet: CC, 81 and FB. RGB value is (204,129,251). Sum of RGB (Red+Green+Blue) = 204+129+251=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC81FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81FB is #337E04. Grayscale: #A4A4A4. Windows color (decimal): -3374597 or 16482764. OLE color: 16482764.
HSL color Cylindrical-coordinate representation of color #CC81FB: hue angle of 276.89º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC81FB is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 129 | 251 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.02 |
| HSL | 276.89º | 0.94% | 0.75% | - |
| HSV(B) | 276.89º | 0.49% | 0.98% | - |
| XYZ | 50.16 | 35.5 | 95.48 | - |
| YUV | 165.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 251 | 0.19 | 0.49 | 0 | 0.02 | 276.89 | 0.94 | 0.75 |
| Hex | CC | 81 | FB | 13 | 31 | 0 | 2 | 115 | 5E | 4B |
| Octal | 314 | 201 | 373 | 23 | 61 | 0 | 2 | 425 | 136 | 113 |
| Binary | 11001100 | 10000001 | 11111011 | 10011 | 110001 | 0 | 10 | 100010101 | 1011110 | 1001011 |
Color Harmonies of #CC81FB
Complementary color
Monochromatic Colors of #CC81FB
Black with #CC81FB
Text Example
Text Example
White with #CC81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81FB; }
p { color: rgb(204,129,251); }
H1.HeaderClassName
{
color: #CC81FB;
}
.AnyTagClassName
{
color: #CC81FB;
}
</style>
background-color css
<style>
a { background-color: #CC81FB; }
a { background-color: rgb(204,129,251); }
div.DivClassName
{
background-color: #CC81FB;
}
.BgClassName
{
background-color: #CC81FB;
}
</style>
border-color css
<style>
span { border-color: #CC81FB; }
span { border-color: rgb(204,129,251); }
td.TdClassName
{
border-color: #CC81FB;
}
.TagClassName
{
border-color: #CC81FB;
}
</style>