Shades of Medium Orchid #C23FDD
Tints of Medium Orchid #C23FDD
RGB
CMYK
RGB Variations
Color information
#C23FDD (or 0xC23FDD) is known color: Medium Orchid. HEX triplet: C2, 3F and DD. RGB value is (194,63,221). Sum of RGB (Red+Green+Blue) = 194+63+221=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #C23FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FDD is #3DC022. Grayscale: #777777. Windows color (decimal): -4046883 or 14499778. OLE color: 14499778.
HSL color Cylindrical-coordinate representation of color #C23FDD: hue angle of 289.75º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23FDD is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 63 | 221 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.13 |
| HSL | 289.75º | 0.7% | 0.56% | - |
| HSV(B) | 289.75º | 0.71% | 0.87% | - |
| XYZ | 37.08 | 20.24 | 70.36 | - |
| YUV | 120.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 221 | 0.12 | 0.71 | 0 | 0.13 | 289.75 | 0.7 | 0.56 |
| Hex | C2 | 3F | DD | C | 47 | 0 | D | 122 | 46 | 38 |
| Octal | 302 | 77 | 335 | 14 | 107 | 0 | 15 | 442 | 106 | 70 |
| Binary | 11000010 | 111111 | 11011101 | 1100 | 1000111 | 0 | 1101 | 100100010 | 1000110 | 111000 |
Color Harmonies of #C23FDD
Complementary color
Monochromatic Colors of #C23FDD
Black with #C23FDD
Text Example
Text Example
White with #C23FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FDD; }
p { color: rgb(194,63,221); }
H1.HeaderClassName
{
color: #C23FDD;
}
.AnyTagClassName
{
color: #C23FDD;
}
</style>
background-color css
<style>
a { background-color: #C23FDD; }
a { background-color: rgb(194,63,221); }
div.DivClassName
{
background-color: #C23FDD;
}
.BgClassName
{
background-color: #C23FDD;
}
</style>
border-color css
<style>
span { border-color: #C23FDD; }
span { border-color: rgb(194,63,221); }
td.TdClassName
{
border-color: #C23FDD;
}
.TagClassName
{
border-color: #C23FDD;
}
</style>