Shades of Medium Orchid #C33DD6
Tints of Medium Orchid #C33DD6
RGB
CMYK
RGB Variations
Color information
#C33DD6 (or 0xC33DD6) is known color: Medium Orchid. HEX triplet: C3, 3D and D6. RGB value is (195,61,214). Sum of RGB (Red+Green+Blue) = 195+61+214=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #C33DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DD6 is #3CC229. Grayscale: #767676. Windows color (decimal): -3981866 or 14040515. OLE color: 14040515.
HSL color Cylindrical-coordinate representation of color #C33DD6: hue angle of 292.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33DD6 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 61 | 214 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.16 |
| HSL | 292.55º | 0.65% | 0.54% | - |
| HSV(B) | 292.55º | 0.71% | 0.84% | - |
| XYZ | 36.31 | 19.79 | 65.53 | - |
| YUV | 118.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 214 | 0.09 | 0.71 | 0 | 0.16 | 292.55 | 0.65 | 0.54 |
| Hex | C3 | 3D | D6 | 9 | 47 | 0 | 10 | 125 | 41 | 36 |
| Octal | 303 | 75 | 326 | 11 | 107 | 0 | 20 | 445 | 101 | 66 |
| Binary | 11000011 | 111101 | 11010110 | 1001 | 1000111 | 0 | 10000 | 100100101 | 1000001 | 110110 |
Color Harmonies of #C33DD6
Complementary color
Monochromatic Colors of #C33DD6
Black with #C33DD6
Text Example
Text Example
White with #C33DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DD6; }
p { color: rgb(195,61,214); }
H1.HeaderClassName
{
color: #C33DD6;
}
.AnyTagClassName
{
color: #C33DD6;
}
</style>
background-color css
<style>
a { background-color: #C33DD6; }
a { background-color: rgb(195,61,214); }
div.DivClassName
{
background-color: #C33DD6;
}
.BgClassName
{
background-color: #C33DD6;
}
</style>
border-color css
<style>
span { border-color: #C33DD6; }
span { border-color: rgb(195,61,214); }
td.TdClassName
{
border-color: #C33DD6;
}
.TagClassName
{
border-color: #C33DD6;
}
</style>