Shades of Medium Orchid #C33EDF
Tints of Medium Orchid #C33EDF
RGB
CMYK
RGB Variations
Color information
#C33EDF (or 0xC33EDF) is known color: Medium Orchid. HEX triplet: C3, 3E and DF. RGB value is (195,62,223). Sum of RGB (Red+Green+Blue) = 195+62+223=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #C33EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33EDF is #3CC120. Grayscale: #777777. Windows color (decimal): -3981601 or 14630595. OLE color: 14630595.
HSL color Cylindrical-coordinate representation of color #C33EDF: hue angle of 289.57º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33EDF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 62 | 223 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.13 |
| HSL | 289.57º | 0.72% | 0.56% | - |
| HSV(B) | 289.57º | 0.72% | 0.87% | - |
| XYZ | 37.55 | 20.38 | 71.77 | - |
| YUV | 120.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 223 | 0.13 | 0.72 | 0 | 0.13 | 289.57 | 0.72 | 0.56 |
| Hex | C3 | 3E | DF | D | 48 | 0 | D | 122 | 48 | 38 |
| Octal | 303 | 76 | 337 | 15 | 110 | 0 | 15 | 442 | 110 | 70 |
| Binary | 11000011 | 111110 | 11011111 | 1101 | 1001000 | 0 | 1101 | 100100010 | 1001000 | 111000 |
Color Harmonies of #C33EDF
Complementary color
Monochromatic Colors of #C33EDF
Black with #C33EDF
Text Example
Text Example
White with #C33EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33EDF; }
p { color: rgb(195,62,223); }
H1.HeaderClassName
{
color: #C33EDF;
}
.AnyTagClassName
{
color: #C33EDF;
}
</style>
background-color css
<style>
a { background-color: #C33EDF; }
a { background-color: rgb(195,62,223); }
div.DivClassName
{
background-color: #C33EDF;
}
.BgClassName
{
background-color: #C33EDF;
}
</style>
border-color css
<style>
span { border-color: #C33EDF; }
span { border-color: rgb(195,62,223); }
td.TdClassName
{
border-color: #C33EDF;
}
.TagClassName
{
border-color: #C33EDF;
}
</style>