Shades of Medium Orchid #C934F9
Tints of Medium Orchid #C934F9
RGB
CMYK
RGB Variations
Color information
#C934F9 (or 0xC934F9) is known color: Medium Orchid. HEX triplet: C9, 34 and F9. RGB value is (201,52,249). Sum of RGB (Red+Green+Blue) = 201+52+249=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #C934F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C934F9 is #36CB06. Grayscale: #767676. Windows color (decimal): -3590919 or 16331977. OLE color: 16331977.
HSL color Cylindrical-coordinate representation of color #C934F9: hue angle of 285.38º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C934F9 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 52 | 249 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.02 |
| HSL | 285.38º | 0.94% | 0.59% | - |
| HSV(B) | 285.38º | 0.79% | 0.98% | - |
| XYZ | 42.41 | 21.71 | 91.58 | - |
| YUV | 119.01 | 201.36 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 249 | 0.19 | 0.79 | 0 | 0.02 | 285.38 | 0.94 | 0.59 |
| Hex | C9 | 34 | F9 | 13 | 4F | 0 | 2 | 11D | 5E | 3B |
| Octal | 311 | 64 | 371 | 23 | 117 | 0 | 2 | 435 | 136 | 73 |
| Binary | 11001001 | 110100 | 11111001 | 10011 | 1001111 | 0 | 10 | 100011101 | 1011110 | 111011 |
Color Harmonies of #C934F9
Complementary color
Monochromatic Colors of #C934F9
Black with #C934F9
Text Example
Text Example
White with #C934F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934F9; }
p { color: rgb(201,52,249); }
H1.HeaderClassName
{
color: #C934F9;
}
.AnyTagClassName
{
color: #C934F9;
}
</style>
background-color css
<style>
a { background-color: #C934F9; }
a { background-color: rgb(201,52,249); }
div.DivClassName
{
background-color: #C934F9;
}
.BgClassName
{
background-color: #C934F9;
}
</style>
border-color css
<style>
span { border-color: #C934F9; }
span { border-color: rgb(201,52,249); }
td.TdClassName
{
border-color: #C934F9;
}
.TagClassName
{
border-color: #C934F9;
}
</style>