Shades of Heliotrope #C883F2
Tints of Heliotrope #C883F2
RGB
CMYK
RGB Variations
Color information
#C883F2 (or 0xC883F2) is known color: Heliotrope. HEX triplet: C8, 83 and F2. RGB value is (200,131,242). Sum of RGB (Red+Green+Blue) = 200+131+242=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #C883F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C883F2 is #377C0D. Grayscale: #A3A3A3. Windows color (decimal): -3636238 or 15893448. OLE color: 15893448.
HSL color Cylindrical-coordinate representation of color #C883F2: hue angle of 277.3º 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 #C883F2 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 131 | 242 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.05 |
| HSL | 277.3º | 0.81% | 0.73% | - |
| HSV(B) | 277.3º | 0.46% | 0.95% | - |
| XYZ | 47.96 | 34.92 | 88.22 | - |
| YUV | 164.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 242 | 0.17 | 0.46 | 0 | 0.05 | 277.3 | 0.81 | 0.73 |
| Hex | C8 | 83 | F2 | 11 | 2E | 0 | 5 | 115 | 51 | 49 |
| Octal | 310 | 203 | 362 | 21 | 56 | 0 | 5 | 425 | 121 | 111 |
| Binary | 11001000 | 10000011 | 11110010 | 10001 | 101110 | 0 | 101 | 100010101 | 1010001 | 1001001 |
Color Harmonies of #C883F2
Complementary color
Monochromatic Colors of #C883F2
Black with #C883F2
Text Example
Text Example
White with #C883F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883F2; }
p { color: rgb(200,131,242); }
H1.HeaderClassName
{
color: #C883F2;
}
.AnyTagClassName
{
color: #C883F2;
}
</style>
background-color css
<style>
a { background-color: #C883F2; }
a { background-color: rgb(200,131,242); }
div.DivClassName
{
background-color: #C883F2;
}
.BgClassName
{
background-color: #C883F2;
}
</style>
border-color css
<style>
span { border-color: #C883F2; }
span { border-color: rgb(200,131,242); }
td.TdClassName
{
border-color: #C883F2;
}
.TagClassName
{
border-color: #C883F2;
}
</style>