Shades of Medium Orchid #C33DDC
Tints of Medium Orchid #C33DDC
RGB
CMYK
RGB Variations
Color information
#C33DDC (or 0xC33DDC) is known color: Medium Orchid. HEX triplet: C3, 3D and DC. RGB value is (195,61,220). Sum of RGB (Red+Green+Blue) = 195+61+220=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #C33DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DDC is #3CC223. Grayscale: #767676. Windows color (decimal): -3981860 or 14433731. OLE color: 14433731.
HSL color Cylindrical-coordinate representation of color #C33DDC: hue angle of 290.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33DDC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 61 | 220 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.14 |
| HSL | 290.57º | 0.69% | 0.55% | - |
| HSV(B) | 290.57º | 0.72% | 0.86% | - |
| XYZ | 37.09 | 20.11 | 69.64 | - |
| YUV | 119.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 220 | 0.11 | 0.72 | 0 | 0.14 | 290.57 | 0.69 | 0.55 |
| Hex | C3 | 3D | DC | B | 48 | 0 | E | 123 | 45 | 37 |
| Octal | 303 | 75 | 334 | 13 | 110 | 0 | 16 | 443 | 105 | 67 |
| Binary | 11000011 | 111101 | 11011100 | 1011 | 1001000 | 0 | 1110 | 100100011 | 1000101 | 110111 |
Color Harmonies of #C33DDC
Complementary color
Monochromatic Colors of #C33DDC
Black with #C33DDC
Text Example
Text Example
White with #C33DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DDC; }
p { color: rgb(195,61,220); }
H1.HeaderClassName
{
color: #C33DDC;
}
.AnyTagClassName
{
color: #C33DDC;
}
</style>
background-color css
<style>
a { background-color: #C33DDC; }
a { background-color: rgb(195,61,220); }
div.DivClassName
{
background-color: #C33DDC;
}
.BgClassName
{
background-color: #C33DDC;
}
</style>
border-color css
<style>
span { border-color: #C33DDC; }
span { border-color: rgb(195,61,220); }
td.TdClassName
{
border-color: #C33DDC;
}
.TagClassName
{
border-color: #C33DDC;
}
</style>