Shades of Heliotrope #CC83EF
Tints of Heliotrope #CC83EF
RGB
CMYK
RGB Variations
Color information
#CC83EF (or 0xCC83EF) is known color: Heliotrope. HEX triplet: CC, 83 and EF. RGB value is (204,131,239). Sum of RGB (Red+Green+Blue) = 204+131+239=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC83EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC83EF is #337C10. Grayscale: #A4A4A4. Windows color (decimal): -3374097 or 15696844. OLE color: 15696844.
HSL color Cylindrical-coordinate representation of color #CC83EF: hue angle of 280.56º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC83EF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 131 | 239 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.06 |
| HSL | 280.56º | 0.77% | 0.73% | - |
| HSV(B) | 280.56º | 0.45% | 0.94% | - |
| XYZ | 48.6 | 35.3 | 85.91 | - |
| YUV | 165.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 239 | 0.15 | 0.45 | 0 | 0.06 | 280.56 | 0.77 | 0.73 |
| Hex | CC | 83 | EF | F | 2D | 0 | 6 | 119 | 4D | 49 |
| Octal | 314 | 203 | 357 | 17 | 55 | 0 | 6 | 431 | 115 | 111 |
| Binary | 11001100 | 10000011 | 11101111 | 1111 | 101101 | 0 | 110 | 100011001 | 1001101 | 1001001 |
Color Harmonies of #CC83EF
Complementary color
Monochromatic Colors of #CC83EF
Black with #CC83EF
Text Example
Text Example
White with #CC83EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83EF; }
p { color: rgb(204,131,239); }
H1.HeaderClassName
{
color: #CC83EF;
}
.AnyTagClassName
{
color: #CC83EF;
}
</style>
background-color css
<style>
a { background-color: #CC83EF; }
a { background-color: rgb(204,131,239); }
div.DivClassName
{
background-color: #CC83EF;
}
.BgClassName
{
background-color: #CC83EF;
}
</style>
border-color css
<style>
span { border-color: #CC83EF; }
span { border-color: rgb(204,131,239); }
td.TdClassName
{
border-color: #CC83EF;
}
.TagClassName
{
border-color: #CC83EF;
}
</style>