Shades of Medium Orchid #C236CF
Tints of Medium Orchid #C236CF
RGB
CMYK
RGB Variations
Color information
#C236CF (or 0xC236CF) is known color: Medium Orchid. HEX triplet: C2, 36 and CF. RGB value is (194,54,207). Sum of RGB (Red+Green+Blue) = 194+54+207=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #C236CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236CF is #3DC930. Grayscale: #707070. Windows color (decimal): -4049201 or 13579970. OLE color: 13579970.
HSL color Cylindrical-coordinate representation of color #C236CF: hue angle of 294.9º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C236CF is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 54 | 207 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.19 |
| HSL | 294.9º | 0.61% | 0.51% | - |
| HSV(B) | 294.9º | 0.74% | 0.81% | - |
| XYZ | 34.83 | 18.61 | 60.79 | - |
| YUV | 113.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 207 | 0.06 | 0.74 | 0 | 0.19 | 294.9 | 0.61 | 0.51 |
| Hex | C2 | 36 | CF | 6 | 4A | 0 | 13 | 127 | 3D | 33 |
| Octal | 302 | 66 | 317 | 6 | 112 | 0 | 23 | 447 | 75 | 63 |
| Binary | 11000010 | 110110 | 11001111 | 110 | 1001010 | 0 | 10011 | 100100111 | 111101 | 110011 |
Color Harmonies of #C236CF
Complementary color
Monochromatic Colors of #C236CF
Black with #C236CF
Text Example
Text Example
White with #C236CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236CF; }
p { color: rgb(194,54,207); }
H1.HeaderClassName
{
color: #C236CF;
}
.AnyTagClassName
{
color: #C236CF;
}
</style>
background-color css
<style>
a { background-color: #C236CF; }
a { background-color: rgb(194,54,207); }
div.DivClassName
{
background-color: #C236CF;
}
.BgClassName
{
background-color: #C236CF;
}
</style>
border-color css
<style>
span { border-color: #C236CF; }
span { border-color: rgb(194,54,207); }
td.TdClassName
{
border-color: #C236CF;
}
.TagClassName
{
border-color: #C236CF;
}
</style>