Shades of Heliotrope #CC83FA
Tints of Heliotrope #CC83FA
RGB
CMYK
RGB Variations
Color information
#CC83FA (or 0xCC83FA) is known color: Heliotrope. HEX triplet: CC, 83 and FA. RGB value is (204,131,250). Sum of RGB (Red+Green+Blue) = 204+131+250=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC83FA is #337C05. Grayscale: #A5A5A5. Windows color (decimal): -3374086 or 16417740. OLE color: 16417740.
HSL color Cylindrical-coordinate representation of color #CC83FA: hue angle of 276.81º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC83FA is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 131 | 250 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.02 |
| HSL | 276.81º | 0.92% | 0.75% | - |
| HSV(B) | 276.81º | 0.48% | 0.98% | - |
| XYZ | 50.27 | 35.97 | 94.74 | - |
| YUV | 166.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 250 | 0.18 | 0.48 | 0 | 0.02 | 276.81 | 0.92 | 0.75 |
| Hex | CC | 83 | FA | 12 | 30 | 0 | 2 | 115 | 5C | 4B |
| Octal | 314 | 203 | 372 | 22 | 60 | 0 | 2 | 425 | 134 | 113 |
| Binary | 11001100 | 10000011 | 11111010 | 10010 | 110000 | 0 | 10 | 100010101 | 1011100 | 1001011 |
Color Harmonies of #CC83FA
Complementary color
Monochromatic Colors of #CC83FA
Black with #CC83FA
Text Example
Text Example
White with #CC83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83FA; }
p { color: rgb(204,131,250); }
H1.HeaderClassName
{
color: #CC83FA;
}
.AnyTagClassName
{
color: #CC83FA;
}
</style>
background-color css
<style>
a { background-color: #CC83FA; }
a { background-color: rgb(204,131,250); }
div.DivClassName
{
background-color: #CC83FA;
}
.BgClassName
{
background-color: #CC83FA;
}
</style>
border-color css
<style>
span { border-color: #CC83FA; }
span { border-color: rgb(204,131,250); }
td.TdClassName
{
border-color: #CC83FA;
}
.TagClassName
{
border-color: #CC83FA;
}
</style>