Shades of Heliotrope #C88BFD
Tints of Heliotrope #C88BFD
RGB
CMYK
RGB Variations
Color information
#C88BFD (or 0xC88BFD) is known color: Heliotrope. HEX triplet: C8, 8B and FD. RGB value is (200,139,253). Sum of RGB (Red+Green+Blue) = 200+139+253=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #C88BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88BFD is #377402. Grayscale: #A9A9A9. Windows color (decimal): -3634179 or 16616392. OLE color: 16616392.
HSL color Cylindrical-coordinate representation of color #C88BFD: hue angle of 272.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C88BFD is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 139 | 253 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.01 |
| HSL | 272.11º | 0.97% | 0.77% | - |
| HSV(B) | 272.11º | 0.45% | 0.99% | - |
| XYZ | 50.78 | 37.84 | 97.56 | - |
| YUV | 170.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 253 | 0.21 | 0.45 | 0 | 0.01 | 272.11 | 0.97 | 0.77 |
| Hex | C8 | 8B | FD | 15 | 2D | 0 | 1 | 110 | 61 | 4D |
| Octal | 310 | 213 | 375 | 25 | 55 | 0 | 1 | 420 | 141 | 115 |
| Binary | 11001000 | 10001011 | 11111101 | 10101 | 101101 | 0 | 1 | 100010000 | 1100001 | 1001101 |
Color Harmonies of #C88BFD
Complementary color
Monochromatic Colors of #C88BFD
Black with #C88BFD
Text Example
Text Example
White with #C88BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88BFD; }
p { color: rgb(200,139,253); }
H1.HeaderClassName
{
color: #C88BFD;
}
.AnyTagClassName
{
color: #C88BFD;
}
</style>
background-color css
<style>
a { background-color: #C88BFD; }
a { background-color: rgb(200,139,253); }
div.DivClassName
{
background-color: #C88BFD;
}
.BgClassName
{
background-color: #C88BFD;
}
</style>
border-color css
<style>
span { border-color: #C88BFD; }
span { border-color: rgb(200,139,253); }
td.TdClassName
{
border-color: #C88BFD;
}
.TagClassName
{
border-color: #C88BFD;
}
</style>