Shades of Heliotrope #C882FD
Tints of Heliotrope #C882FD
RGB
CMYK
RGB Variations
Color information
#C882FD (or 0xC882FD) is known color: Heliotrope. HEX triplet: C8, 82 and FD. RGB value is (200,130,253). Sum of RGB (Red+Green+Blue) = 200+130+253=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #C882FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882FD is #377D02. Grayscale: #A4A4A4. Windows color (decimal): -3636483 or 16614088. OLE color: 16614088.
HSL color Cylindrical-coordinate representation of color #C882FD: hue angle of 274.15º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C882FD is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 130 | 253 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.01 |
| HSL | 274.15º | 0.97% | 0.75% | - |
| HSV(B) | 274.15º | 0.49% | 0.99% | - |
| XYZ | 49.53 | 35.34 | 97.14 | - |
| YUV | 164.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 253 | 0.21 | 0.49 | 0 | 0.01 | 274.15 | 0.97 | 0.75 |
| Hex | C8 | 82 | FD | 15 | 31 | 0 | 1 | 112 | 61 | 4B |
| Octal | 310 | 202 | 375 | 25 | 61 | 0 | 1 | 422 | 141 | 113 |
| Binary | 11001000 | 10000010 | 11111101 | 10101 | 110001 | 0 | 1 | 100010010 | 1100001 | 1001011 |
Color Harmonies of #C882FD
Complementary color
Monochromatic Colors of #C882FD
Black with #C882FD
Text Example
Text Example
White with #C882FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882FD; }
p { color: rgb(200,130,253); }
H1.HeaderClassName
{
color: #C882FD;
}
.AnyTagClassName
{
color: #C882FD;
}
</style>
background-color css
<style>
a { background-color: #C882FD; }
a { background-color: rgb(200,130,253); }
div.DivClassName
{
background-color: #C882FD;
}
.BgClassName
{
background-color: #C882FD;
}
</style>
border-color css
<style>
span { border-color: #C882FD; }
span { border-color: rgb(200,130,253); }
td.TdClassName
{
border-color: #C882FD;
}
.TagClassName
{
border-color: #C882FD;
}
</style>