Shades of Medium Orchid #C33EDE
Tints of Medium Orchid #C33EDE
RGB
CMYK
RGB Variations
Color information
#C33EDE (or 0xC33EDE) is known color: Medium Orchid. HEX triplet: C3, 3E and DE. RGB value is (195,62,222). Sum of RGB (Red+Green+Blue) = 195+62+222=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #C33EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33EDE is #3CC121. Grayscale: #777777. Windows color (decimal): -3981602 or 14565059. OLE color: 14565059.
HSL color Cylindrical-coordinate representation of color #C33EDE: hue angle of 289.88º degrees, saturation: 0.71, 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 #C33EDE is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 62 | 222 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.13 |
| HSL | 289.88º | 0.71% | 0.56% | - |
| HSV(B) | 289.88º | 0.72% | 0.87% | - |
| XYZ | 37.41 | 20.32 | 71.06 | - |
| YUV | 120.01 | 185.56 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 222 | 0.12 | 0.72 | 0 | 0.13 | 289.88 | 0.71 | 0.56 |
| Hex | C3 | 3E | DE | C | 48 | 0 | D | 122 | 47 | 38 |
| Octal | 303 | 76 | 336 | 14 | 110 | 0 | 15 | 442 | 107 | 70 |
| Binary | 11000011 | 111110 | 11011110 | 1100 | 1001000 | 0 | 1101 | 100100010 | 1000111 | 111000 |
Color Harmonies of #C33EDE
Complementary color
Monochromatic Colors of #C33EDE
Black with #C33EDE
Text Example
Text Example
White with #C33EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33EDE; }
p { color: rgb(195,62,222); }
H1.HeaderClassName
{
color: #C33EDE;
}
.AnyTagClassName
{
color: #C33EDE;
}
</style>
background-color css
<style>
a { background-color: #C33EDE; }
a { background-color: rgb(195,62,222); }
div.DivClassName
{
background-color: #C33EDE;
}
.BgClassName
{
background-color: #C33EDE;
}
</style>
border-color css
<style>
span { border-color: #C33EDE; }
span { border-color: rgb(195,62,222); }
td.TdClassName
{
border-color: #C33EDE;
}
.TagClassName
{
border-color: #C33EDE;
}
</style>