Shades of Medium Orchid #C333DF
Tints of Medium Orchid #C333DF
RGB
CMYK
RGB Variations
Color information
#C333DF (or 0xC333DF) is known color: Medium Orchid. HEX triplet: C3, 33 and DF. RGB value is (195,51,223). Sum of RGB (Red+Green+Blue) = 195+51+223=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #C333DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333DF is #3CCC20. Grayscale: #717171. Windows color (decimal): -3984417 or 14627779. OLE color: 14627779.
HSL color Cylindrical-coordinate representation of color #C333DF: hue angle of 290.23º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C333DF is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 51 | 223 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.13 |
| HSL | 290.23º | 0.73% | 0.54% | - |
| HSV(B) | 290.23º | 0.77% | 0.87% | - |
| XYZ | 37.01 | 19.3 | 71.59 | - |
| YUV | 113.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 223 | 0.13 | 0.77 | 0 | 0.13 | 290.23 | 0.73 | 0.54 |
| Hex | C3 | 33 | DF | D | 4D | 0 | D | 122 | 49 | 36 |
| Octal | 303 | 63 | 337 | 15 | 115 | 0 | 15 | 442 | 111 | 66 |
| Binary | 11000011 | 110011 | 11011111 | 1101 | 1001101 | 0 | 1101 | 100100010 | 1001001 | 110110 |
Color Harmonies of #C333DF
Complementary color
Monochromatic Colors of #C333DF
Black with #C333DF
Text Example
Text Example
White with #C333DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333DF; }
p { color: rgb(195,51,223); }
H1.HeaderClassName
{
color: #C333DF;
}
.AnyTagClassName
{
color: #C333DF;
}
</style>
background-color css
<style>
a { background-color: #C333DF; }
a { background-color: rgb(195,51,223); }
div.DivClassName
{
background-color: #C333DF;
}
.BgClassName
{
background-color: #C333DF;
}
</style>
border-color css
<style>
span { border-color: #C333DF; }
span { border-color: rgb(195,51,223); }
td.TdClassName
{
border-color: #C333DF;
}
.TagClassName
{
border-color: #C333DF;
}
</style>