Shades of Heliotrope #CC83FE
Tints of Heliotrope #CC83FE
RGB
CMYK
RGB Variations
Color information
#CC83FE (or 0xCC83FE) is known color: Heliotrope. HEX triplet: CC, 83 and FE. RGB value is (204,131,254). Sum of RGB (Red+Green+Blue) = 204+131+254=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC83FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC83FE is #337C01. Grayscale: #A6A6A6. Windows color (decimal): -3374082 or 16679884. OLE color: 16679884.
HSL color Cylindrical-coordinate representation of color #CC83FE: hue angle of 275.61º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC83FE is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 131 | 254 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.00 |
| HSL | 275.61º | 0.98% | 0.75% | - |
| HSV(B) | 275.61º | 0.48% | 1% | - |
| XYZ | 50.91 | 36.23 | 98.08 | - |
| YUV | 166.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 254 | 0.20 | 0.48 | 0 | 0.00 | 275.61 | 0.98 | 0.75 |
| Hex | CC | 83 | FE | 14 | 30 | 0 | 0 | 114 | 62 | 4B |
| Octal | 314 | 203 | 376 | 24 | 60 | 0 | 0 | 424 | 142 | 113 |
| Binary | 11001100 | 10000011 | 11111110 | 10100 | 110000 | 0 | 0 | 100010100 | 1100010 | 1001011 |
Color Harmonies of #CC83FE
Complementary color
Monochromatic Colors of #CC83FE
Black with #CC83FE
Text Example
Text Example
White with #CC83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83FE; }
p { color: rgb(204,131,254); }
H1.HeaderClassName
{
color: #CC83FE;
}
.AnyTagClassName
{
color: #CC83FE;
}
</style>
background-color css
<style>
a { background-color: #CC83FE; }
a { background-color: rgb(204,131,254); }
div.DivClassName
{
background-color: #CC83FE;
}
.BgClassName
{
background-color: #CC83FE;
}
</style>
border-color css
<style>
span { border-color: #CC83FE; }
span { border-color: rgb(204,131,254); }
td.TdClassName
{
border-color: #CC83FE;
}
.TagClassName
{
border-color: #CC83FE;
}
</style>