Shades of Medium Orchid #C934F3
Tints of Medium Orchid #C934F3
RGB
CMYK
RGB Variations
Color information
#C934F3 (or 0xC934F3) is known color: Medium Orchid. HEX triplet: C9, 34 and F3. RGB value is (201,52,243). Sum of RGB (Red+Green+Blue) = 201+52+243=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 52 (20.70% from 255 or 10.48% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #C934F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C934F3 is #36CB0C. Grayscale: #757575. Windows color (decimal): -3590925 or 15938761. OLE color: 15938761.
HSL color Cylindrical-coordinate representation of color #C934F3: hue angle of 286.81º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C934F3 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 52 | 243 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.05 |
| HSL | 286.81º | 0.89% | 0.58% | - |
| HSV(B) | 286.81º | 0.79% | 0.95% | - |
| XYZ | 41.49 | 21.34 | 86.73 | - |
| YUV | 118.33 | 198.36 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 243 | 0.17 | 0.79 | 0 | 0.05 | 286.81 | 0.89 | 0.58 |
| Hex | C9 | 34 | F3 | 11 | 4F | 0 | 5 | 11F | 59 | 3A |
| Octal | 311 | 64 | 363 | 21 | 117 | 0 | 5 | 437 | 131 | 72 |
| Binary | 11001001 | 110100 | 11110011 | 10001 | 1001111 | 0 | 101 | 100011111 | 1011001 | 111010 |
Color Harmonies of #C934F3
Complementary color
Monochromatic Colors of #C934F3
Black with #C934F3
Text Example
Text Example
White with #C934F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934F3; }
p { color: rgb(201,52,243); }
H1.HeaderClassName
{
color: #C934F3;
}
.AnyTagClassName
{
color: #C934F3;
}
</style>
background-color css
<style>
a { background-color: #C934F3; }
a { background-color: rgb(201,52,243); }
div.DivClassName
{
background-color: #C934F3;
}
.BgClassName
{
background-color: #C934F3;
}
</style>
border-color css
<style>
span { border-color: #C934F3; }
span { border-color: rgb(201,52,243); }
td.TdClassName
{
border-color: #C934F3;
}
.TagClassName
{
border-color: #C934F3;
}
</style>