Shades of Heliotrope #CC83FF
Tints of Heliotrope #CC83FF
RGB
CMYK
RGB Variations
Color information
#CC83FF (or 0xCC83FF) is known color: Heliotrope. HEX triplet: CC, 83 and FF. RGB value is (204,131,255). Sum of RGB (Red+Green+Blue) = 204+131+255=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC83FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC83FF is #337C00. Grayscale: #A6A6A6. Windows color (decimal): -3374081 or 16745420. OLE color: 16745420.
HSL color Cylindrical-coordinate representation of color #CC83FF: hue angle of 275.32º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC83FF is Cyan = 0.2, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 131 | 255 | - |
| CMYK | 0.2 | 0.49 | 0 | 0 |
| HSL | 275.32º | 1% | 0.76% | - |
| HSV(B) | 275.32º | 0.49% | 1% | - |
| XYZ | 51.07 | 36.29 | 98.92 | - |
| YUV | 166.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 255 | 0.2 | 0.49 | 0 | 0 | 275.32 | 1 | 0.76 |
| Hex | CC | 83 | FF | 14 | 31 | 0 | 0 | 113 | 64 | 4C |
| Octal | 314 | 203 | 377 | 24 | 61 | 0 | 0 | 423 | 144 | 114 |
| Binary | 11001100 | 10000011 | 11111111 | 10100 | 110001 | 0 | 0 | 100010011 | 1100100 | 1001100 |
Color Harmonies of #CC83FF
Complementary color
Monochromatic Colors of #CC83FF
Black with #CC83FF
Text Example
Text Example
White with #CC83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83FF; }
p { color: rgb(204,131,255); }
H1.HeaderClassName
{
color: #CC83FF;
}
.AnyTagClassName
{
color: #CC83FF;
}
</style>
background-color css
<style>
a { background-color: #CC83FF; }
a { background-color: rgb(204,131,255); }
div.DivClassName
{
background-color: #CC83FF;
}
.BgClassName
{
background-color: #CC83FF;
}
</style>
border-color css
<style>
span { border-color: #CC83FF; }
span { border-color: rgb(204,131,255); }
td.TdClassName
{
border-color: #CC83FF;
}
.TagClassName
{
border-color: #CC83FF;
}
</style>