Shades of Medium Orchid #C94AFC
Tints of Medium Orchid #C94AFC
RGB
CMYK
RGB Variations
Color information
#C94AFC (or 0xC94AFC) is known color: Medium Orchid. HEX triplet: C9, 4A and FC. RGB value is (201,74,252). Sum of RGB (Red+Green+Blue) = 201+74+252=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #C94AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AFC is #36B503. Grayscale: #838383. Windows color (decimal): -3585284 or 16534217. OLE color: 16534217.
HSL color Cylindrical-coordinate representation of color #C94AFC: hue angle of 282.81º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C94AFC is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 74 | 252 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.01 |
| HSL | 282.81º | 0.97% | 0.64% | - |
| HSV(B) | 282.81º | 0.71% | 0.99% | - |
| XYZ | 44.11 | 24.34 | 94.47 | - |
| YUV | 132.27 | 195.58 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 252 | 0.20 | 0.71 | 0 | 0.01 | 282.81 | 0.97 | 0.64 |
| Hex | C9 | 4A | FC | 14 | 47 | 0 | 1 | 11B | 61 | 40 |
| Octal | 311 | 112 | 374 | 24 | 107 | 0 | 1 | 433 | 141 | 100 |
| Binary | 11001001 | 1001010 | 11111100 | 10100 | 1000111 | 0 | 1 | 100011011 | 1100001 | 1000000 |
Color Harmonies of #C94AFC
Complementary color
Monochromatic Colors of #C94AFC
Black with #C94AFC
Text Example
Text Example
White with #C94AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94AFC; }
p { color: rgb(201,74,252); }
H1.HeaderClassName
{
color: #C94AFC;
}
.AnyTagClassName
{
color: #C94AFC;
}
</style>
background-color css
<style>
a { background-color: #C94AFC; }
a { background-color: rgb(201,74,252); }
div.DivClassName
{
background-color: #C94AFC;
}
.BgClassName
{
background-color: #C94AFC;
}
</style>
border-color css
<style>
span { border-color: #C94AFC; }
span { border-color: rgb(201,74,252); }
td.TdClassName
{
border-color: #C94AFC;
}
.TagClassName
{
border-color: #C94AFC;
}
</style>