Shades of Medium Orchid #C33DDF
Tints of Medium Orchid #C33DDF
RGB
CMYK
RGB Variations
Color information
#C33DDF (or 0xC33DDF) is known color: Medium Orchid. HEX triplet: C3, 3D and DF. RGB value is (195,61,223). Sum of RGB (Red+Green+Blue) = 195+61+223=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #C33DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DDF is #3CC220. Grayscale: #777777. Windows color (decimal): -3981857 or 14630339. OLE color: 14630339.
HSL color Cylindrical-coordinate representation of color #C33DDF: hue angle of 289.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33DDF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 61 | 223 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.13 |
| HSL | 289.63º | 0.72% | 0.56% | - |
| HSV(B) | 289.63º | 0.73% | 0.87% | - |
| XYZ | 37.49 | 20.27 | 71.75 | - |
| YUV | 119.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 223 | 0.13 | 0.73 | 0 | 0.13 | 289.63 | 0.72 | 0.56 |
| Hex | C3 | 3D | DF | D | 49 | 0 | D | 122 | 48 | 38 |
| Octal | 303 | 75 | 337 | 15 | 111 | 0 | 15 | 442 | 110 | 70 |
| Binary | 11000011 | 111101 | 11011111 | 1101 | 1001001 | 0 | 1101 | 100100010 | 1001000 | 111000 |
Color Harmonies of #C33DDF
Complementary color
Monochromatic Colors of #C33DDF
Black with #C33DDF
Text Example
Text Example
White with #C33DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DDF; }
p { color: rgb(195,61,223); }
H1.HeaderClassName
{
color: #C33DDF;
}
.AnyTagClassName
{
color: #C33DDF;
}
</style>
background-color css
<style>
a { background-color: #C33DDF; }
a { background-color: rgb(195,61,223); }
div.DivClassName
{
background-color: #C33DDF;
}
.BgClassName
{
background-color: #C33DDF;
}
</style>
border-color css
<style>
span { border-color: #C33DDF; }
span { border-color: rgb(195,61,223); }
td.TdClassName
{
border-color: #C33DDF;
}
.TagClassName
{
border-color: #C33DDF;
}
</style>