Shades of Heliotrope #C353FD
Tints of Heliotrope #C353FD
RGB
CMYK
RGB Variations
Color information
#C353FD (or 0xC353FD) is known color: Heliotrope. HEX triplet: C3, 53 and FD. RGB value is (195,83,253). Sum of RGB (Red+Green+Blue) = 195+83+253=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #C353FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C353FD is #3CAC02. Grayscale: #878787. Windows color (decimal): -3976195 or 16602051. OLE color: 16602051.
HSL color Cylindrical-coordinate representation of color #C353FD: hue angle of 279.53º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C353FD is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 83 | 253 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.01 |
| HSL | 279.53º | 0.98% | 0.66% | - |
| HSV(B) | 279.53º | 0.67% | 0.99% | - |
| XYZ | 43.33 | 24.88 | 95.45 | - |
| YUV | 135.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 253 | 0.23 | 0.67 | 0 | 0.01 | 279.53 | 0.98 | 0.66 |
| Hex | C3 | 53 | FD | 17 | 43 | 0 | 1 | 118 | 62 | 42 |
| Octal | 303 | 123 | 375 | 27 | 103 | 0 | 1 | 430 | 142 | 102 |
| Binary | 11000011 | 1010011 | 11111101 | 10111 | 1000011 | 0 | 1 | 100011000 | 1100010 | 1000010 |
Color Harmonies of #C353FD
Complementary color
Monochromatic Colors of #C353FD
Black with #C353FD
Text Example
Text Example
White with #C353FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353FD; }
p { color: rgb(195,83,253); }
H1.HeaderClassName
{
color: #C353FD;
}
.AnyTagClassName
{
color: #C353FD;
}
</style>
background-color css
<style>
a { background-color: #C353FD; }
a { background-color: rgb(195,83,253); }
div.DivClassName
{
background-color: #C353FD;
}
.BgClassName
{
background-color: #C353FD;
}
</style>
border-color css
<style>
span { border-color: #C353FD; }
span { border-color: rgb(195,83,253); }
td.TdClassName
{
border-color: #C353FD;
}
.TagClassName
{
border-color: #C353FD;
}
</style>