Shades of Medium Orchid #C25DF4
Tints of Medium Orchid #C25DF4
RGB
CMYK
RGB Variations
Color information
#C25DF4 (or 0xC25DF4) is known color: Medium Orchid. HEX triplet: C2, 5D and F4. RGB value is (194,93,244). Sum of RGB (Red+Green+Blue) = 194+93+244=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #C25DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DF4 is #3DA20B. Grayscale: #8B8B8B. Windows color (decimal): -4039180 or 16014786. OLE color: 16014786.
HSL color Cylindrical-coordinate representation of color #C25DF4: hue angle of 280.13º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25DF4 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 93 | 244 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.04 |
| HSL | 280.13º | 0.87% | 0.66% | - |
| HSV(B) | 280.13º | 0.62% | 0.96% | - |
| XYZ | 42.49 | 25.83 | 88.33 | - |
| YUV | 140.41 | 186.46 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 244 | 0.20 | 0.62 | 0 | 0.04 | 280.13 | 0.87 | 0.66 |
| Hex | C2 | 5D | F4 | 14 | 3E | 0 | 4 | 118 | 57 | 42 |
| Octal | 302 | 135 | 364 | 24 | 76 | 0 | 4 | 430 | 127 | 102 |
| Binary | 11000010 | 1011101 | 11110100 | 10100 | 111110 | 0 | 100 | 100011000 | 1010111 | 1000010 |
Color Harmonies of #C25DF4
Complementary color
Monochromatic Colors of #C25DF4
Black with #C25DF4
Text Example
Text Example
White with #C25DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DF4; }
p { color: rgb(194,93,244); }
H1.HeaderClassName
{
color: #C25DF4;
}
.AnyTagClassName
{
color: #C25DF4;
}
</style>
background-color css
<style>
a { background-color: #C25DF4; }
a { background-color: rgb(194,93,244); }
div.DivClassName
{
background-color: #C25DF4;
}
.BgClassName
{
background-color: #C25DF4;
}
</style>
border-color css
<style>
span { border-color: #C25DF4; }
span { border-color: rgb(194,93,244); }
td.TdClassName
{
border-color: #C25DF4;
}
.TagClassName
{
border-color: #C25DF4;
}
</style>