Shades of Medium Orchid #C33BDE
Tints of Medium Orchid #C33BDE
RGB
CMYK
RGB Variations
Color information
#C33BDE (or 0xC33BDE) is known color: Medium Orchid. HEX triplet: C3, 3B and DE. RGB value is (195,59,222). Sum of RGB (Red+Green+Blue) = 195+59+222=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #C33BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BDE is #3CC421. Grayscale: #757575. Windows color (decimal): -3982370 or 14564291. OLE color: 14564291.
HSL color Cylindrical-coordinate representation of color #C33BDE: hue angle of 290.06º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33BDE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 59 | 222 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.13 |
| HSL | 290.06º | 0.71% | 0.55% | - |
| HSV(B) | 290.06º | 0.73% | 0.87% | - |
| XYZ | 37.25 | 20 | 71 | - |
| YUV | 118.25 | 186.56 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 222 | 0.12 | 0.73 | 0 | 0.13 | 290.06 | 0.71 | 0.55 |
| Hex | C3 | 3B | DE | C | 49 | 0 | D | 122 | 47 | 37 |
| Octal | 303 | 73 | 336 | 14 | 111 | 0 | 15 | 442 | 107 | 67 |
| Binary | 11000011 | 111011 | 11011110 | 1100 | 1001001 | 0 | 1101 | 100100010 | 1000111 | 110111 |
Color Harmonies of #C33BDE
Complementary color
Monochromatic Colors of #C33BDE
Black with #C33BDE
Text Example
Text Example
White with #C33BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BDE; }
p { color: rgb(195,59,222); }
H1.HeaderClassName
{
color: #C33BDE;
}
.AnyTagClassName
{
color: #C33BDE;
}
</style>
background-color css
<style>
a { background-color: #C33BDE; }
a { background-color: rgb(195,59,222); }
div.DivClassName
{
background-color: #C33BDE;
}
.BgClassName
{
background-color: #C33BDE;
}
</style>
border-color css
<style>
span { border-color: #C33BDE; }
span { border-color: rgb(195,59,222); }
td.TdClassName
{
border-color: #C33BDE;
}
.TagClassName
{
border-color: #C33BDE;
}
</style>