Shades of Medium Orchid #C33EDA
Tints of Medium Orchid #C33EDA
RGB
CMYK
RGB Variations
Color information
#C33EDA (or 0xC33EDA) is known color: Medium Orchid. HEX triplet: C3, 3E and DA. RGB value is (195,62,218). Sum of RGB (Red+Green+Blue) = 195+62+218=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #C33EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33EDA is #3CC125. Grayscale: #777777. Windows color (decimal): -3981606 or 14302915. OLE color: 14302915.
HSL color Cylindrical-coordinate representation of color #C33EDA: hue angle of 291.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33EDA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 62 | 218 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.15 |
| HSL | 291.15º | 0.68% | 0.55% | - |
| HSV(B) | 291.15º | 0.72% | 0.85% | - |
| XYZ | 36.88 | 20.11 | 68.27 | - |
| YUV | 119.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 218 | 0.11 | 0.72 | 0 | 0.15 | 291.15 | 0.68 | 0.55 |
| Hex | C3 | 3E | DA | B | 48 | 0 | F | 123 | 44 | 37 |
| Octal | 303 | 76 | 332 | 13 | 110 | 0 | 17 | 443 | 104 | 67 |
| Binary | 11000011 | 111110 | 11011010 | 1011 | 1001000 | 0 | 1111 | 100100011 | 1000100 | 110111 |
Color Harmonies of #C33EDA
Complementary color
Monochromatic Colors of #C33EDA
Black with #C33EDA
Text Example
Text Example
White with #C33EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33EDA; }
p { color: rgb(195,62,218); }
H1.HeaderClassName
{
color: #C33EDA;
}
.AnyTagClassName
{
color: #C33EDA;
}
</style>
background-color css
<style>
a { background-color: #C33EDA; }
a { background-color: rgb(195,62,218); }
div.DivClassName
{
background-color: #C33EDA;
}
.BgClassName
{
background-color: #C33EDA;
}
</style>
border-color css
<style>
span { border-color: #C33EDA; }
span { border-color: rgb(195,62,218); }
td.TdClassName
{
border-color: #C33EDA;
}
.TagClassName
{
border-color: #C33EDA;
}
</style>