Shades of Medium Orchid #C23DF9
Tints of Medium Orchid #C23DF9
RGB
CMYK
RGB Variations
Color information
#C23DF9 (or 0xC23DF9) is known color: Medium Orchid. HEX triplet: C2, 3D and F9. RGB value is (194,61,249). Sum of RGB (Red+Green+Blue) = 194+61+249=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #C23DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23DF9 is #3DC206. Grayscale: #797979. Windows color (decimal): -4047367 or 16334274. OLE color: 16334274.
HSL color Cylindrical-coordinate representation of color #C23DF9: hue angle of 282.45º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23DF9 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 61 | 249 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.02 |
| HSL | 282.45º | 0.94% | 0.61% | - |
| HSV(B) | 282.45º | 0.76% | 0.98% | - |
| XYZ | 41.02 | 21.65 | 91.64 | - |
| YUV | 122.2 | 199.56 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 249 | 0.22 | 0.76 | 0 | 0.02 | 282.45 | 0.94 | 0.61 |
| Hex | C2 | 3D | F9 | 16 | 4C | 0 | 2 | 11A | 5E | 3D |
| Octal | 302 | 75 | 371 | 26 | 114 | 0 | 2 | 432 | 136 | 75 |
| Binary | 11000010 | 111101 | 11111001 | 10110 | 1001100 | 0 | 10 | 100011010 | 1011110 | 111101 |
Color Harmonies of #C23DF9
Complementary color
Monochromatic Colors of #C23DF9
Black with #C23DF9
Text Example
Text Example
White with #C23DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DF9; }
p { color: rgb(194,61,249); }
H1.HeaderClassName
{
color: #C23DF9;
}
.AnyTagClassName
{
color: #C23DF9;
}
</style>
background-color css
<style>
a { background-color: #C23DF9; }
a { background-color: rgb(194,61,249); }
div.DivClassName
{
background-color: #C23DF9;
}
.BgClassName
{
background-color: #C23DF9;
}
</style>
border-color css
<style>
span { border-color: #C23DF9; }
span { border-color: rgb(194,61,249); }
td.TdClassName
{
border-color: #C23DF9;
}
.TagClassName
{
border-color: #C23DF9;
}
</style>