Shades of Heliotrope #C353FE
Tints of Heliotrope #C353FE
RGB
CMYK
RGB Variations
Color information
#C353FE (or 0xC353FE) is known color: Heliotrope. HEX triplet: C3, 53 and FE. RGB value is (195,83,254). Sum of RGB (Red+Green+Blue) = 195+83+254=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #C353FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C353FE is #3CAC01. Grayscale: #878787. Windows color (decimal): -3976194 or 16667587. OLE color: 16667587.
HSL color Cylindrical-coordinate representation of color #C353FE: hue angle of 279.3º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C353FE is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 83 | 254 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.00 |
| HSL | 279.3º | 0.99% | 0.66% | - |
| HSV(B) | 279.3º | 0.67% | 1% | - |
| XYZ | 43.49 | 24.94 | 96.29 | - |
| YUV | 135.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 254 | 0.23 | 0.67 | 0 | 0.00 | 279.3 | 0.99 | 0.66 |
| Hex | C3 | 53 | FE | 17 | 43 | 0 | 0 | 117 | 63 | 42 |
| Octal | 303 | 123 | 376 | 27 | 103 | 0 | 0 | 427 | 143 | 102 |
| Binary | 11000011 | 1010011 | 11111110 | 10111 | 1000011 | 0 | 0 | 100010111 | 1100011 | 1000010 |
Color Harmonies of #C353FE
Complementary color
Monochromatic Colors of #C353FE
Black with #C353FE
Text Example
Text Example
White with #C353FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353FE; }
p { color: rgb(195,83,254); }
H1.HeaderClassName
{
color: #C353FE;
}
.AnyTagClassName
{
color: #C353FE;
}
</style>
background-color css
<style>
a { background-color: #C353FE; }
a { background-color: rgb(195,83,254); }
div.DivClassName
{
background-color: #C353FE;
}
.BgClassName
{
background-color: #C353FE;
}
</style>
border-color css
<style>
span { border-color: #C353FE; }
span { border-color: rgb(195,83,254); }
td.TdClassName
{
border-color: #C353FE;
}
.TagClassName
{
border-color: #C353FE;
}
</style>