Shades of Medium Orchid #C95AEF
Tints of Medium Orchid #C95AEF
RGB
CMYK
RGB Variations
Color information
#C95AEF (or 0xC95AEF) is known color: Medium Orchid. HEX triplet: C9, 5A and EF. RGB value is (201,90,239). Sum of RGB (Red+Green+Blue) = 201+90+239=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #C95AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95AEF is #36A510. Grayscale: #8B8B8B. Windows color (decimal): -3581201 or 15686345. OLE color: 15686345.
HSL color Cylindrical-coordinate representation of color #C95AEF: hue angle of 284.7º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95AEF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 90 | 239 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.06 |
| HSL | 284.7º | 0.82% | 0.65% | - |
| HSV(B) | 284.7º | 0.62% | 0.94% | - |
| XYZ | 43.32 | 25.96 | 84.39 | - |
| YUV | 140.18 | 183.77 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 239 | 0.16 | 0.62 | 0 | 0.06 | 284.7 | 0.82 | 0.65 |
| Hex | C9 | 5A | EF | 10 | 3E | 0 | 6 | 11D | 52 | 41 |
| Octal | 311 | 132 | 357 | 20 | 76 | 0 | 6 | 435 | 122 | 101 |
| Binary | 11001001 | 1011010 | 11101111 | 10000 | 111110 | 0 | 110 | 100011101 | 1010010 | 1000001 |
Color Harmonies of #C95AEF
Complementary color
Monochromatic Colors of #C95AEF
Black with #C95AEF
Text Example
Text Example
White with #C95AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95AEF; }
p { color: rgb(201,90,239); }
H1.HeaderClassName
{
color: #C95AEF;
}
.AnyTagClassName
{
color: #C95AEF;
}
</style>
background-color css
<style>
a { background-color: #C95AEF; }
a { background-color: rgb(201,90,239); }
div.DivClassName
{
background-color: #C95AEF;
}
.BgClassName
{
background-color: #C95AEF;
}
</style>
border-color css
<style>
span { border-color: #C95AEF; }
span { border-color: rgb(201,90,239); }
td.TdClassName
{
border-color: #C95AEF;
}
.TagClassName
{
border-color: #C95AEF;
}
</style>