Shades of Heliotrope #C255FD
Tints of Heliotrope #C255FD
RGB
CMYK
RGB Variations
Color information
#C255FD (or 0xC255FD) is known color: Heliotrope. HEX triplet: C2, 55 and FD. RGB value is (194,85,253). Sum of RGB (Red+Green+Blue) = 194+85+253=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #C255FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255FD is #3DAA02. Grayscale: #888888. Windows color (decimal): -4041219 or 16602562. OLE color: 16602562.
HSL color Cylindrical-coordinate representation of color #C255FD: hue angle of 278.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C255FD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 85 | 253 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.01 |
| HSL | 278.93º | 0.98% | 0.66% | - |
| HSV(B) | 278.93º | 0.66% | 0.99% | - |
| XYZ | 43.23 | 25.06 | 95.49 | - |
| YUV | 136.74 | 193.61 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 253 | 0.23 | 0.66 | 0 | 0.01 | 278.93 | 0.98 | 0.66 |
| Hex | C2 | 55 | FD | 17 | 42 | 0 | 1 | 117 | 62 | 42 |
| Octal | 302 | 125 | 375 | 27 | 102 | 0 | 1 | 427 | 142 | 102 |
| Binary | 11000010 | 1010101 | 11111101 | 10111 | 1000010 | 0 | 1 | 100010111 | 1100010 | 1000010 |
Color Harmonies of #C255FD
Complementary color
Monochromatic Colors of #C255FD
Black with #C255FD
Text Example
Text Example
White with #C255FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255FD; }
p { color: rgb(194,85,253); }
H1.HeaderClassName
{
color: #C255FD;
}
.AnyTagClassName
{
color: #C255FD;
}
</style>
background-color css
<style>
a { background-color: #C255FD; }
a { background-color: rgb(194,85,253); }
div.DivClassName
{
background-color: #C255FD;
}
.BgClassName
{
background-color: #C255FD;
}
</style>
border-color css
<style>
span { border-color: #C255FD; }
span { border-color: rgb(194,85,253); }
td.TdClassName
{
border-color: #C255FD;
}
.TagClassName
{
border-color: #C255FD;
}
</style>