Shades of Medium Orchid #C233D0
Tints of Medium Orchid #C233D0
RGB
CMYK
RGB Variations
Color information
#C233D0 (or 0xC233D0) is known color: Medium Orchid. HEX triplet: C2, 33 and D0. RGB value is (194,51,208). Sum of RGB (Red+Green+Blue) = 194+51+208=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #C233D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233D0 is #3DCC2F. Grayscale: #6F6F6F. Windows color (decimal): -4049968 or 13644738. OLE color: 13644738.
HSL color Cylindrical-coordinate representation of color #C233D0: hue angle of 294.65º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C233D0 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 51 | 208 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.18 |
| HSL | 294.65º | 0.63% | 0.51% | - |
| HSV(B) | 294.65º | 0.75% | 0.82% | - |
| XYZ | 34.82 | 18.39 | 61.39 | - |
| YUV | 111.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 208 | 0.07 | 0.75 | 0 | 0.18 | 294.65 | 0.63 | 0.51 |
| Hex | C2 | 33 | D0 | 7 | 4B | 0 | 12 | 127 | 3F | 33 |
| Octal | 302 | 63 | 320 | 7 | 113 | 0 | 22 | 447 | 77 | 63 |
| Binary | 11000010 | 110011 | 11010000 | 111 | 1001011 | 0 | 10010 | 100100111 | 111111 | 110011 |
Color Harmonies of #C233D0
Complementary color
Monochromatic Colors of #C233D0
Black with #C233D0
Text Example
Text Example
White with #C233D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233D0; }
p { color: rgb(194,51,208); }
H1.HeaderClassName
{
color: #C233D0;
}
.AnyTagClassName
{
color: #C233D0;
}
</style>
background-color css
<style>
a { background-color: #C233D0; }
a { background-color: rgb(194,51,208); }
div.DivClassName
{
background-color: #C233D0;
}
.BgClassName
{
background-color: #C233D0;
}
</style>
border-color css
<style>
span { border-color: #C233D0; }
span { border-color: rgb(194,51,208); }
td.TdClassName
{
border-color: #C233D0;
}
.TagClassName
{
border-color: #C233D0;
}
</style>