Shades of Heliotrope #C867FE
Tints of Heliotrope #C867FE
RGB
CMYK
RGB Variations
Color information
#C867FE (or 0xC867FE) is known color: Heliotrope. HEX triplet: C8, 67 and FE. RGB value is (200,103,254). Sum of RGB (Red+Green+Blue) = 200+103+254=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 103 (40.62% from 255 or 18.49% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #C867FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C867FE is #379801. Grayscale: #949494. Windows color (decimal): -3643394 or 16672712. OLE color: 16672712.
HSL color Cylindrical-coordinate representation of color #C867FE: hue angle of 278.54º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C867FE is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 103 | 254 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.00 |
| HSL | 278.54º | 0.99% | 0.7% | - |
| HSV(B) | 278.54º | 0.59% | 1% | - |
| XYZ | 46.56 | 29.14 | 96.94 | - |
| YUV | 149.22 | 187.14 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 254 | 0.21 | 0.59 | 0 | 0.00 | 278.54 | 0.99 | 0.7 |
| Hex | C8 | 67 | FE | 15 | 3B | 0 | 0 | 117 | 63 | 46 |
| Octal | 310 | 147 | 376 | 25 | 73 | 0 | 0 | 427 | 143 | 106 |
| Binary | 11001000 | 1100111 | 11111110 | 10101 | 111011 | 0 | 0 | 100010111 | 1100011 | 1000110 |
Color Harmonies of #C867FE
Complementary color
Monochromatic Colors of #C867FE
Black with #C867FE
Text Example
Text Example
White with #C867FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867FE; }
p { color: rgb(200,103,254); }
H1.HeaderClassName
{
color: #C867FE;
}
.AnyTagClassName
{
color: #C867FE;
}
</style>
background-color css
<style>
a { background-color: #C867FE; }
a { background-color: rgb(200,103,254); }
div.DivClassName
{
background-color: #C867FE;
}
.BgClassName
{
background-color: #C867FE;
}
</style>
border-color css
<style>
span { border-color: #C867FE; }
span { border-color: rgb(200,103,254); }
td.TdClassName
{
border-color: #C867FE;
}
.TagClassName
{
border-color: #C867FE;
}
</style>