Shades of Medium Orchid #C338DF
Tints of Medium Orchid #C338DF
RGB
CMYK
RGB Variations
Color information
#C338DF (or 0xC338DF) is known color: Medium Orchid. HEX triplet: C3, 38 and DF. RGB value is (195,56,223). Sum of RGB (Red+Green+Blue) = 195+56+223=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #C338DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338DF is #3CC720. Grayscale: #747474. Windows color (decimal): -3983137 or 14629059. OLE color: 14629059.
HSL color Cylindrical-coordinate representation of color #C338DF: hue angle of 289.94º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C338DF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 56 | 223 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.13 |
| HSL | 289.94º | 0.72% | 0.55% | - |
| HSV(B) | 289.94º | 0.75% | 0.87% | - |
| XYZ | 37.24 | 19.76 | 71.66 | - |
| YUV | 116.6 | 188.05 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 223 | 0.13 | 0.75 | 0 | 0.13 | 289.94 | 0.72 | 0.55 |
| Hex | C3 | 38 | DF | D | 4B | 0 | D | 122 | 48 | 37 |
| Octal | 303 | 70 | 337 | 15 | 113 | 0 | 15 | 442 | 110 | 67 |
| Binary | 11000011 | 111000 | 11011111 | 1101 | 1001011 | 0 | 1101 | 100100010 | 1001000 | 110111 |
Color Harmonies of #C338DF
Complementary color
Monochromatic Colors of #C338DF
Black with #C338DF
Text Example
Text Example
White with #C338DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338DF; }
p { color: rgb(195,56,223); }
H1.HeaderClassName
{
color: #C338DF;
}
.AnyTagClassName
{
color: #C338DF;
}
</style>
background-color css
<style>
a { background-color: #C338DF; }
a { background-color: rgb(195,56,223); }
div.DivClassName
{
background-color: #C338DF;
}
.BgClassName
{
background-color: #C338DF;
}
</style>
border-color css
<style>
span { border-color: #C338DF; }
span { border-color: rgb(195,56,223); }
td.TdClassName
{
border-color: #C338DF;
}
.TagClassName
{
border-color: #C338DF;
}
</style>