Shades of Medium Orchid #C25DF3
Tints of Medium Orchid #C25DF3
RGB
CMYK
RGB Variations
Color information
#C25DF3 (or 0xC25DF3) is known color: Medium Orchid. HEX triplet: C2, 5D and F3. RGB value is (194,93,243). Sum of RGB (Red+Green+Blue) = 194+93+243=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #C25DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DF3 is #3DA20C. Grayscale: #8B8B8B. Windows color (decimal): -4039181 or 15949250. OLE color: 15949250.
HSL color Cylindrical-coordinate representation of color #C25DF3: hue angle of 280.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25DF3 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 93 | 243 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.05 |
| HSL | 280.4º | 0.86% | 0.66% | - |
| HSV(B) | 280.4º | 0.62% | 0.95% | - |
| XYZ | 42.34 | 25.77 | 87.54 | - |
| YUV | 140.3 | 185.96 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 243 | 0.20 | 0.62 | 0 | 0.05 | 280.4 | 0.86 | 0.66 |
| Hex | C2 | 5D | F3 | 14 | 3E | 0 | 5 | 118 | 56 | 42 |
| Octal | 302 | 135 | 363 | 24 | 76 | 0 | 5 | 430 | 126 | 102 |
| Binary | 11000010 | 1011101 | 11110011 | 10100 | 111110 | 0 | 101 | 100011000 | 1010110 | 1000010 |
Color Harmonies of #C25DF3
Complementary color
Monochromatic Colors of #C25DF3
Black with #C25DF3
Text Example
Text Example
White with #C25DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DF3; }
p { color: rgb(194,93,243); }
H1.HeaderClassName
{
color: #C25DF3;
}
.AnyTagClassName
{
color: #C25DF3;
}
</style>
background-color css
<style>
a { background-color: #C25DF3; }
a { background-color: rgb(194,93,243); }
div.DivClassName
{
background-color: #C25DF3;
}
.BgClassName
{
background-color: #C25DF3;
}
</style>
border-color css
<style>
span { border-color: #C25DF3; }
span { border-color: rgb(194,93,243); }
td.TdClassName
{
border-color: #C25DF3;
}
.TagClassName
{
border-color: #C25DF3;
}
</style>