Shades of Heliotrope #C969ED
Tints of Heliotrope #C969ED
RGB
CMYK
RGB Variations
Color information
#C969ED (or 0xC969ED) is known color: Heliotrope. HEX triplet: C9, 69 and ED. RGB value is (201,105,237). Sum of RGB (Red+Green+Blue) = 201+105+237=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #C969ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969ED is #369612. Grayscale: #949494. Windows color (decimal): -3577363 or 15559113. OLE color: 15559113.
HSL color Cylindrical-coordinate representation of color #C969ED: hue angle of 283.64º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C969ED is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 105 | 237 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.07 |
| HSL | 283.64º | 0.79% | 0.67% | - |
| HSV(B) | 283.64º | 0.56% | 0.93% | - |
| XYZ | 44.43 | 28.64 | 83.31 | - |
| YUV | 148.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 237 | 0.15 | 0.56 | 0 | 0.07 | 283.64 | 0.79 | 0.67 |
| Hex | C9 | 69 | ED | F | 38 | 0 | 7 | 11C | 4F | 43 |
| Octal | 311 | 151 | 355 | 17 | 70 | 0 | 7 | 434 | 117 | 103 |
| Binary | 11001001 | 1101001 | 11101101 | 1111 | 111000 | 0 | 111 | 100011100 | 1001111 | 1000011 |
Color Harmonies of #C969ED
Complementary color
Monochromatic Colors of #C969ED
Black with #C969ED
Text Example
Text Example
White with #C969ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C969ED; }
p { color: rgb(201,105,237); }
H1.HeaderClassName
{
color: #C969ED;
}
.AnyTagClassName
{
color: #C969ED;
}
</style>
background-color css
<style>
a { background-color: #C969ED; }
a { background-color: rgb(201,105,237); }
div.DivClassName
{
background-color: #C969ED;
}
.BgClassName
{
background-color: #C969ED;
}
</style>
border-color css
<style>
span { border-color: #C969ED; }
span { border-color: rgb(201,105,237); }
td.TdClassName
{
border-color: #C969ED;
}
.TagClassName
{
border-color: #C969ED;
}
</style>