Shades of Medium Orchid #C236D2
Tints of Medium Orchid #C236D2
RGB
CMYK
RGB Variations
Color information
#C236D2 (or 0xC236D2) is known color: Medium Orchid. HEX triplet: C2, 36 and D2. RGB value is (194,54,210). Sum of RGB (Red+Green+Blue) = 194+54+210=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #C236D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236D2 is #3DC92D. Grayscale: #717171. Windows color (decimal): -4049198 or 13776578. OLE color: 13776578.
HSL color Cylindrical-coordinate representation of color #C236D2: hue angle of 293.85º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C236D2 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 54 | 210 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.18 |
| HSL | 293.85º | 0.63% | 0.52% | - |
| HSV(B) | 293.85º | 0.74% | 0.82% | - |
| XYZ | 35.2 | 18.76 | 62.74 | - |
| YUV | 113.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 210 | 0.08 | 0.74 | 0 | 0.18 | 293.85 | 0.63 | 0.52 |
| Hex | C2 | 36 | D2 | 8 | 4A | 0 | 12 | 126 | 3F | 34 |
| Octal | 302 | 66 | 322 | 10 | 112 | 0 | 22 | 446 | 77 | 64 |
| Binary | 11000010 | 110110 | 11010010 | 1000 | 1001010 | 0 | 10010 | 100100110 | 111111 | 110100 |
Color Harmonies of #C236D2
Complementary color
Monochromatic Colors of #C236D2
Black with #C236D2
Text Example
Text Example
White with #C236D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236D2; }
p { color: rgb(194,54,210); }
H1.HeaderClassName
{
color: #C236D2;
}
.AnyTagClassName
{
color: #C236D2;
}
</style>
background-color css
<style>
a { background-color: #C236D2; }
a { background-color: rgb(194,54,210); }
div.DivClassName
{
background-color: #C236D2;
}
.BgClassName
{
background-color: #C236D2;
}
</style>
border-color css
<style>
span { border-color: #C236D2; }
span { border-color: rgb(194,54,210); }
td.TdClassName
{
border-color: #C236D2;
}
.TagClassName
{
border-color: #C236D2;
}
</style>