Shades of Medium Orchid #C25AF3
Tints of Medium Orchid #C25AF3
RGB
CMYK
RGB Variations
Color information
#C25AF3 (or 0xC25AF3) is known color: Medium Orchid. HEX triplet: C2, 5A and F3. RGB value is (194,90,243). Sum of RGB (Red+Green+Blue) = 194+90+243=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #C25AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AF3 is #3DA50C. Grayscale: #8A8A8A. Windows color (decimal): -4039949 or 15948482. OLE color: 15948482.
HSL color Cylindrical-coordinate representation of color #C25AF3: hue angle of 280.78º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C25AF3 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 90 | 243 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.05 |
| HSL | 280.78º | 0.86% | 0.65% | - |
| HSV(B) | 280.78º | 0.63% | 0.95% | - |
| XYZ | 42.08 | 25.25 | 87.45 | - |
| YUV | 138.54 | 186.96 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 243 | 0.20 | 0.63 | 0 | 0.05 | 280.78 | 0.86 | 0.65 |
| Hex | C2 | 5A | F3 | 14 | 3F | 0 | 5 | 119 | 56 | 41 |
| Octal | 302 | 132 | 363 | 24 | 77 | 0 | 5 | 431 | 126 | 101 |
| Binary | 11000010 | 1011010 | 11110011 | 10100 | 111111 | 0 | 101 | 100011001 | 1010110 | 1000001 |
Color Harmonies of #C25AF3
Complementary color
Monochromatic Colors of #C25AF3
Black with #C25AF3
Text Example
Text Example
White with #C25AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AF3; }
p { color: rgb(194,90,243); }
H1.HeaderClassName
{
color: #C25AF3;
}
.AnyTagClassName
{
color: #C25AF3;
}
</style>
background-color css
<style>
a { background-color: #C25AF3; }
a { background-color: rgb(194,90,243); }
div.DivClassName
{
background-color: #C25AF3;
}
.BgClassName
{
background-color: #C25AF3;
}
</style>
border-color css
<style>
span { border-color: #C25AF3; }
span { border-color: rgb(194,90,243); }
td.TdClassName
{
border-color: #C25AF3;
}
.TagClassName
{
border-color: #C25AF3;
}
</style>