Shades of Medium Orchid #C333D6
Tints of Medium Orchid #C333D6
RGB
CMYK
RGB Variations
Color information
#C333D6 (or 0xC333D6) is known color: Medium Orchid. HEX triplet: C3, 33 and D6. RGB value is (195,51,214). Sum of RGB (Red+Green+Blue) = 195+51+214=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #C333D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333D6 is #3CCC29. Grayscale: #707070. Windows color (decimal): -3984426 or 14037955. OLE color: 14037955.
HSL color Cylindrical-coordinate representation of color #C333D6: hue angle of 293.01º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C333D6 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 51 | 214 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.16 |
| HSL | 293.01º | 0.67% | 0.52% | - |
| HSV(B) | 293.01º | 0.76% | 0.84% | - |
| XYZ | 35.83 | 18.82 | 65.36 | - |
| YUV | 112.64 | 185.21 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 214 | 0.09 | 0.76 | 0 | 0.16 | 293.01 | 0.67 | 0.52 |
| Hex | C3 | 33 | D6 | 9 | 4C | 0 | 10 | 125 | 43 | 34 |
| Octal | 303 | 63 | 326 | 11 | 114 | 0 | 20 | 445 | 103 | 64 |
| Binary | 11000011 | 110011 | 11010110 | 1001 | 1001100 | 0 | 10000 | 100100101 | 1000011 | 110100 |
Color Harmonies of #C333D6
Complementary color
Monochromatic Colors of #C333D6
Black with #C333D6
Text Example
Text Example
White with #C333D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333D6; }
p { color: rgb(195,51,214); }
H1.HeaderClassName
{
color: #C333D6;
}
.AnyTagClassName
{
color: #C333D6;
}
</style>
background-color css
<style>
a { background-color: #C333D6; }
a { background-color: rgb(195,51,214); }
div.DivClassName
{
background-color: #C333D6;
}
.BgClassName
{
background-color: #C333D6;
}
</style>
border-color css
<style>
span { border-color: #C333D6; }
span { border-color: rgb(195,51,214); }
td.TdClassName
{
border-color: #C333D6;
}
.TagClassName
{
border-color: #C333D6;
}
</style>