Shades of Heliotrope #CC83F2
Tints of Heliotrope #CC83F2
RGB
CMYK
RGB Variations
Color information
#CC83F2 (or 0xCC83F2) is known color: Heliotrope. HEX triplet: CC, 83 and F2. RGB value is (204,131,242). Sum of RGB (Red+Green+Blue) = 204+131+242=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC83F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC83F2 is #337C0D. Grayscale: #A5A5A5. Windows color (decimal): -3374094 or 15893452. OLE color: 15893452.
HSL color Cylindrical-coordinate representation of color #CC83F2: hue angle of 279.46º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC83F2 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 131 | 242 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.05 |
| HSL | 279.46º | 0.81% | 0.73% | - |
| HSV(B) | 279.46º | 0.46% | 0.95% | - |
| XYZ | 49.05 | 35.48 | 88.27 | - |
| YUV | 165.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 242 | 0.16 | 0.46 | 0 | 0.05 | 279.46 | 0.81 | 0.73 |
| Hex | CC | 83 | F2 | 10 | 2E | 0 | 5 | 117 | 51 | 49 |
| Octal | 314 | 203 | 362 | 20 | 56 | 0 | 5 | 427 | 121 | 111 |
| Binary | 11001100 | 10000011 | 11110010 | 10000 | 101110 | 0 | 101 | 100010111 | 1010001 | 1001001 |
Color Harmonies of #CC83F2
Complementary color
Monochromatic Colors of #CC83F2
Black with #CC83F2
Text Example
Text Example
White with #CC83F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83F2; }
p { color: rgb(204,131,242); }
H1.HeaderClassName
{
color: #CC83F2;
}
.AnyTagClassName
{
color: #CC83F2;
}
</style>
background-color css
<style>
a { background-color: #CC83F2; }
a { background-color: rgb(204,131,242); }
div.DivClassName
{
background-color: #CC83F2;
}
.BgClassName
{
background-color: #CC83F2;
}
</style>
border-color css
<style>
span { border-color: #CC83F2; }
span { border-color: rgb(204,131,242); }
td.TdClassName
{
border-color: #CC83F2;
}
.TagClassName
{
border-color: #CC83F2;
}
</style>