Shades of Heliotrope #C255FE
Tints of Heliotrope #C255FE
RGB
CMYK
RGB Variations
Color information
#C255FE (or 0xC255FE) is known color: Heliotrope. HEX triplet: C2, 55 and FE. RGB value is (194,85,254). Sum of RGB (Red+Green+Blue) = 194+85+254=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #C255FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255FE is #3DAA01. Grayscale: #888888. Windows color (decimal): -4041218 or 16668098. OLE color: 16668098.
HSL color Cylindrical-coordinate representation of color #C255FE: hue angle of 278.7º 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 #C255FE is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 85 | 254 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.00 |
| HSL | 278.7º | 0.99% | 0.66% | - |
| HSV(B) | 278.7º | 0.67% | 1% | - |
| XYZ | 43.39 | 25.12 | 96.33 | - |
| YUV | 136.86 | 194.11 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 254 | 0.24 | 0.67 | 0 | 0.00 | 278.7 | 0.99 | 0.66 |
| Hex | C2 | 55 | FE | 18 | 43 | 0 | 0 | 117 | 63 | 42 |
| Octal | 302 | 125 | 376 | 30 | 103 | 0 | 0 | 427 | 143 | 102 |
| Binary | 11000010 | 1010101 | 11111110 | 11000 | 1000011 | 0 | 0 | 100010111 | 1100011 | 1000010 |
Color Harmonies of #C255FE
Complementary color
Monochromatic Colors of #C255FE
Black with #C255FE
Text Example
Text Example
White with #C255FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255FE; }
p { color: rgb(194,85,254); }
H1.HeaderClassName
{
color: #C255FE;
}
.AnyTagClassName
{
color: #C255FE;
}
</style>
background-color css
<style>
a { background-color: #C255FE; }
a { background-color: rgb(194,85,254); }
div.DivClassName
{
background-color: #C255FE;
}
.BgClassName
{
background-color: #C255FE;
}
</style>
border-color css
<style>
span { border-color: #C255FE; }
span { border-color: rgb(194,85,254); }
td.TdClassName
{
border-color: #C255FE;
}
.TagClassName
{
border-color: #C255FE;
}
</style>