Shades of Medium Orchid #C233D6
Tints of Medium Orchid #C233D6
RGB
CMYK
RGB Variations
Color information
#C233D6 (or 0xC233D6) is known color: Medium Orchid. HEX triplet: C2, 33 and D6. RGB value is (194,51,214). Sum of RGB (Red+Green+Blue) = 194+51+214=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #C233D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233D6 is #3DCC29. Grayscale: #6F6F6F. Windows color (decimal): -4049962 or 14037954. OLE color: 14037954.
HSL color Cylindrical-coordinate representation of color #C233D6: hue angle of 292.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C233D6 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 51 | 214 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.16 |
| HSL | 292.64º | 0.67% | 0.52% | - |
| HSV(B) | 292.64º | 0.76% | 0.84% | - |
| XYZ | 35.57 | 18.69 | 65.35 | - |
| YUV | 112.34 | 185.38 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 214 | 0.09 | 0.76 | 0 | 0.16 | 292.64 | 0.67 | 0.52 |
| Hex | C2 | 33 | D6 | 9 | 4C | 0 | 10 | 125 | 43 | 34 |
| Octal | 302 | 63 | 326 | 11 | 114 | 0 | 20 | 445 | 103 | 64 |
| Binary | 11000010 | 110011 | 11010110 | 1001 | 1001100 | 0 | 10000 | 100100101 | 1000011 | 110100 |
Color Harmonies of #C233D6
Complementary color
Monochromatic Colors of #C233D6
Black with #C233D6
Text Example
Text Example
White with #C233D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233D6; }
p { color: rgb(194,51,214); }
H1.HeaderClassName
{
color: #C233D6;
}
.AnyTagClassName
{
color: #C233D6;
}
</style>
background-color css
<style>
a { background-color: #C233D6; }
a { background-color: rgb(194,51,214); }
div.DivClassName
{
background-color: #C233D6;
}
.BgClassName
{
background-color: #C233D6;
}
</style>
border-color css
<style>
span { border-color: #C233D6; }
span { border-color: rgb(194,51,214); }
td.TdClassName
{
border-color: #C233D6;
}
.TagClassName
{
border-color: #C233D6;
}
</style>