Shades of Medium Orchid #C234CF
Tints of Medium Orchid #C234CF
RGB
CMYK
RGB Variations
Color information
#C234CF (or 0xC234CF) is known color: Medium Orchid. HEX triplet: C2, 34 and CF. RGB value is (194,52,207). Sum of RGB (Red+Green+Blue) = 194+52+207=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #C234CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234CF is #3DCB30. Grayscale: #6F6F6F. Windows color (decimal): -4049713 or 13579458. OLE color: 13579458.
HSL color Cylindrical-coordinate representation of color #C234CF: hue angle of 294.97º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C234CF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 52 | 207 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.19 |
| HSL | 294.97º | 0.62% | 0.51% | - |
| HSV(B) | 294.97º | 0.75% | 0.81% | - |
| XYZ | 34.74 | 18.43 | 60.76 | - |
| YUV | 112.13 | 181.54 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 207 | 0.06 | 0.75 | 0 | 0.19 | 294.97 | 0.62 | 0.51 |
| Hex | C2 | 34 | CF | 6 | 4B | 0 | 13 | 127 | 3E | 33 |
| Octal | 302 | 64 | 317 | 6 | 113 | 0 | 23 | 447 | 76 | 63 |
| Binary | 11000010 | 110100 | 11001111 | 110 | 1001011 | 0 | 10011 | 100100111 | 111110 | 110011 |
Color Harmonies of #C234CF
Complementary color
Monochromatic Colors of #C234CF
Black with #C234CF
Text Example
Text Example
White with #C234CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234CF; }
p { color: rgb(194,52,207); }
H1.HeaderClassName
{
color: #C234CF;
}
.AnyTagClassName
{
color: #C234CF;
}
</style>
background-color css
<style>
a { background-color: #C234CF; }
a { background-color: rgb(194,52,207); }
div.DivClassName
{
background-color: #C234CF;
}
.BgClassName
{
background-color: #C234CF;
}
</style>
border-color css
<style>
span { border-color: #C234CF; }
span { border-color: rgb(194,52,207); }
td.TdClassName
{
border-color: #C234CF;
}
.TagClassName
{
border-color: #C234CF;
}
</style>