Shades of Medium Orchid #C94AFD
Tints of Medium Orchid #C94AFD
RGB
CMYK
RGB Variations
Color information
#C94AFD (or 0xC94AFD) is known color: Medium Orchid. HEX triplet: C9, 4A and FD. RGB value is (201,74,253). Sum of RGB (Red+Green+Blue) = 201+74+253=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #C94AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AFD is #36B502. Grayscale: #838383. Windows color (decimal): -3585283 or 16599753. OLE color: 16599753.
HSL color Cylindrical-coordinate representation of color #C94AFD: hue angle of 282.57º degrees, saturation: 0.98, 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 #C94AFD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 74 | 253 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.01 |
| HSL | 282.57º | 0.98% | 0.64% | - |
| HSV(B) | 282.57º | 0.71% | 0.99% | - |
| XYZ | 44.27 | 24.41 | 95.31 | - |
| YUV | 132.38 | 196.08 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 253 | 0.21 | 0.71 | 0 | 0.01 | 282.57 | 0.98 | 0.64 |
| Hex | C9 | 4A | FD | 15 | 47 | 0 | 1 | 11B | 62 | 40 |
| Octal | 311 | 112 | 375 | 25 | 107 | 0 | 1 | 433 | 142 | 100 |
| Binary | 11001001 | 1001010 | 11111101 | 10101 | 1000111 | 0 | 1 | 100011011 | 1100010 | 1000000 |
Color Harmonies of #C94AFD
Complementary color
Monochromatic Colors of #C94AFD
Black with #C94AFD
Text Example
Text Example
White with #C94AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94AFD; }
p { color: rgb(201,74,253); }
H1.HeaderClassName
{
color: #C94AFD;
}
.AnyTagClassName
{
color: #C94AFD;
}
</style>
background-color css
<style>
a { background-color: #C94AFD; }
a { background-color: rgb(201,74,253); }
div.DivClassName
{
background-color: #C94AFD;
}
.BgClassName
{
background-color: #C94AFD;
}
</style>
border-color css
<style>
span { border-color: #C94AFD; }
span { border-color: rgb(201,74,253); }
td.TdClassName
{
border-color: #C94AFD;
}
.TagClassName
{
border-color: #C94AFD;
}
</style>