Shades of Medium Orchid #C25ACF
Tints of Medium Orchid #C25ACF
RGB
CMYK
RGB Variations
Color information
#C25ACF (or 0xC25ACF) is known color: Medium Orchid. HEX triplet: C2, 5A and CF. RGB value is (194,90,207). Sum of RGB (Red+Green+Blue) = 194+90+207=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #C25ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ACF is #3DA530. Grayscale: #868686. Windows color (decimal): -4039985 or 13589186. OLE color: 13589186.
HSL color Cylindrical-coordinate representation of color #C25ACF: hue angle of 293.33º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25ACF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 90 | 207 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.19 |
| HSL | 293.33º | 0.55% | 0.58% | - |
| HSV(B) | 293.33º | 0.57% | 0.81% | - |
| XYZ | 37.17 | 23.29 | 61.57 | - |
| YUV | 134.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 207 | 0.06 | 0.57 | 0 | 0.19 | 293.33 | 0.55 | 0.58 |
| Hex | C2 | 5A | CF | 6 | 39 | 0 | 13 | 125 | 37 | 3A |
| Octal | 302 | 132 | 317 | 6 | 71 | 0 | 23 | 445 | 67 | 72 |
| Binary | 11000010 | 1011010 | 11001111 | 110 | 111001 | 0 | 10011 | 100100101 | 110111 | 111010 |
Color Harmonies of #C25ACF
Complementary color
Monochromatic Colors of #C25ACF
Black with #C25ACF
Text Example
Text Example
White with #C25ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ACF; }
p { color: rgb(194,90,207); }
H1.HeaderClassName
{
color: #C25ACF;
}
.AnyTagClassName
{
color: #C25ACF;
}
</style>
background-color css
<style>
a { background-color: #C25ACF; }
a { background-color: rgb(194,90,207); }
div.DivClassName
{
background-color: #C25ACF;
}
.BgClassName
{
background-color: #C25ACF;
}
</style>
border-color css
<style>
span { border-color: #C25ACF; }
span { border-color: rgb(194,90,207); }
td.TdClassName
{
border-color: #C25ACF;
}
.TagClassName
{
border-color: #C25ACF;
}
</style>