Shades of Heliotrope #C369FD
Tints of Heliotrope #C369FD
RGB
CMYK
RGB Variations
Color information
#C369FD (or 0xC369FD) is known color: Heliotrope. HEX triplet: C3, 69 and FD. RGB value is (195,105,253). Sum of RGB (Red+Green+Blue) = 195+105+253=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #C369FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369FD is #3C9602. Grayscale: #949494. Windows color (decimal): -3970563 or 16607683. OLE color: 16607683.
HSL color Cylindrical-coordinate representation of color #C369FD: hue angle of 276.49º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C369FD is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 105 | 253 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.01 |
| HSL | 276.49º | 0.97% | 0.7% | - |
| HSV(B) | 276.49º | 0.58% | 0.99% | - |
| XYZ | 45.29 | 28.8 | 96.1 | - |
| YUV | 148.78 | 186.82 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 253 | 0.23 | 0.58 | 0 | 0.01 | 276.49 | 0.97 | 0.7 |
| Hex | C3 | 69 | FD | 17 | 3A | 0 | 1 | 114 | 61 | 46 |
| Octal | 303 | 151 | 375 | 27 | 72 | 0 | 1 | 424 | 141 | 106 |
| Binary | 11000011 | 1101001 | 11111101 | 10111 | 111010 | 0 | 1 | 100010100 | 1100001 | 1000110 |
Color Harmonies of #C369FD
Complementary color
Monochromatic Colors of #C369FD
Black with #C369FD
Text Example
Text Example
White with #C369FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369FD; }
p { color: rgb(195,105,253); }
H1.HeaderClassName
{
color: #C369FD;
}
.AnyTagClassName
{
color: #C369FD;
}
</style>
background-color css
<style>
a { background-color: #C369FD; }
a { background-color: rgb(195,105,253); }
div.DivClassName
{
background-color: #C369FD;
}
.BgClassName
{
background-color: #C369FD;
}
</style>
border-color css
<style>
span { border-color: #C369FD; }
span { border-color: rgb(195,105,253); }
td.TdClassName
{
border-color: #C369FD;
}
.TagClassName
{
border-color: #C369FD;
}
</style>