Shades of Heliotrope #C967FB
Tints of Heliotrope #C967FB
RGB
CMYK
RGB Variations
Color information
#C967FB (or 0xC967FB) is known color: Heliotrope. HEX triplet: C9, 67 and FB. RGB value is (201,103,251). Sum of RGB (Red+Green+Blue) = 201+103+251=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 103 (40.62% from 255 or 18.56% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #C967FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967FB is #369804. Grayscale: #949494. Windows color (decimal): -3577861 or 16476105. OLE color: 16476105.
HSL color Cylindrical-coordinate representation of color #C967FB: hue angle of 279.73º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C967FB is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 103 | 251 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.02 |
| HSL | 279.73º | 0.95% | 0.69% | - |
| HSV(B) | 279.73º | 0.59% | 0.98% | - |
| XYZ | 46.35 | 29.08 | 94.44 | - |
| YUV | 149.17 | 185.47 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 251 | 0.20 | 0.59 | 0 | 0.02 | 279.73 | 0.95 | 0.69 |
| Hex | C9 | 67 | FB | 14 | 3B | 0 | 2 | 118 | 5F | 45 |
| Octal | 311 | 147 | 373 | 24 | 73 | 0 | 2 | 430 | 137 | 105 |
| Binary | 11001001 | 1100111 | 11111011 | 10100 | 111011 | 0 | 10 | 100011000 | 1011111 | 1000101 |
Color Harmonies of #C967FB
Complementary color
Monochromatic Colors of #C967FB
Black with #C967FB
Text Example
Text Example
White with #C967FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967FB; }
p { color: rgb(201,103,251); }
H1.HeaderClassName
{
color: #C967FB;
}
.AnyTagClassName
{
color: #C967FB;
}
</style>
background-color css
<style>
a { background-color: #C967FB; }
a { background-color: rgb(201,103,251); }
div.DivClassName
{
background-color: #C967FB;
}
.BgClassName
{
background-color: #C967FB;
}
</style>
border-color css
<style>
span { border-color: #C967FB; }
span { border-color: rgb(201,103,251); }
td.TdClassName
{
border-color: #C967FB;
}
.TagClassName
{
border-color: #C967FB;
}
</style>