Shades of Heliotrope #C867FD
Tints of Heliotrope #C867FD
RGB
CMYK
RGB Variations
Color information
#C867FD (or 0xC867FD) is known color: Heliotrope. HEX triplet: C8, 67 and FD. RGB value is (200,103,253). Sum of RGB (Red+Green+Blue) = 200+103+253=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #C867FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C867FD is #379802. Grayscale: #949494. Windows color (decimal): -3643395 or 16607176. OLE color: 16607176.
HSL color Cylindrical-coordinate representation of color #C867FD: hue angle of 278.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C867FD is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 103 | 253 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.01 |
| HSL | 278.8º | 0.97% | 0.7% | - |
| HSV(B) | 278.8º | 0.59% | 0.99% | - |
| XYZ | 46.4 | 29.07 | 96.09 | - |
| YUV | 149.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 253 | 0.21 | 0.59 | 0 | 0.01 | 278.8 | 0.97 | 0.7 |
| Hex | C8 | 67 | FD | 15 | 3B | 0 | 1 | 117 | 61 | 46 |
| Octal | 310 | 147 | 375 | 25 | 73 | 0 | 1 | 427 | 141 | 106 |
| Binary | 11001000 | 1100111 | 11111101 | 10101 | 111011 | 0 | 1 | 100010111 | 1100001 | 1000110 |
Color Harmonies of #C867FD
Complementary color
Monochromatic Colors of #C867FD
Black with #C867FD
Text Example
Text Example
White with #C867FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867FD; }
p { color: rgb(200,103,253); }
H1.HeaderClassName
{
color: #C867FD;
}
.AnyTagClassName
{
color: #C867FD;
}
</style>
background-color css
<style>
a { background-color: #C867FD; }
a { background-color: rgb(200,103,253); }
div.DivClassName
{
background-color: #C867FD;
}
.BgClassName
{
background-color: #C867FD;
}
</style>
border-color css
<style>
span { border-color: #C867FD; }
span { border-color: rgb(200,103,253); }
td.TdClassName
{
border-color: #C867FD;
}
.TagClassName
{
border-color: #C867FD;
}
</style>