Shades of Medium Orchid #C255F9
Tints of Medium Orchid #C255F9
RGB
CMYK
RGB Variations
Color information
#C255F9 (or 0xC255F9) is known color: Medium Orchid. HEX triplet: C2, 55 and F9. RGB value is (194,85,249). Sum of RGB (Red+Green+Blue) = 194+85+249=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #C255F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255F9 is #3DAA06. Grayscale: #878787. Windows color (decimal): -4041223 or 16340418. OLE color: 16340418.
HSL color Cylindrical-coordinate representation of color #C255F9: hue angle of 279.88º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C255F9 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 85 | 249 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.02 |
| HSL | 279.88º | 0.93% | 0.65% | - |
| HSV(B) | 279.88º | 0.66% | 0.98% | - |
| XYZ | 42.6 | 24.81 | 92.17 | - |
| YUV | 136.29 | 191.61 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 249 | 0.22 | 0.66 | 0 | 0.02 | 279.88 | 0.93 | 0.65 |
| Hex | C2 | 55 | F9 | 16 | 42 | 0 | 2 | 118 | 5D | 41 |
| Octal | 302 | 125 | 371 | 26 | 102 | 0 | 2 | 430 | 135 | 101 |
| Binary | 11000010 | 1010101 | 11111001 | 10110 | 1000010 | 0 | 10 | 100011000 | 1011101 | 1000001 |
Color Harmonies of #C255F9
Complementary color
Monochromatic Colors of #C255F9
Black with #C255F9
Text Example
Text Example
White with #C255F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255F9; }
p { color: rgb(194,85,249); }
H1.HeaderClassName
{
color: #C255F9;
}
.AnyTagClassName
{
color: #C255F9;
}
</style>
background-color css
<style>
a { background-color: #C255F9; }
a { background-color: rgb(194,85,249); }
div.DivClassName
{
background-color: #C255F9;
}
.BgClassName
{
background-color: #C255F9;
}
</style>
border-color css
<style>
span { border-color: #C255F9; }
span { border-color: rgb(194,85,249); }
td.TdClassName
{
border-color: #C255F9;
}
.TagClassName
{
border-color: #C255F9;
}
</style>