Shades of Medium Orchid #C338D0
Tints of Medium Orchid #C338D0
RGB
CMYK
RGB Variations
Color information
#C338D0 (or 0xC338D0) is known color: Medium Orchid. HEX triplet: C3, 38 and D0. RGB value is (195,56,208). Sum of RGB (Red+Green+Blue) = 195+56+208=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #C338D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338D0 is #3CC72F. Grayscale: #727272. Windows color (decimal): -3983152 or 13646019. OLE color: 13646019.
HSL color Cylindrical-coordinate representation of color #C338D0: hue angle of 294.87º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C338D0 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 56 | 208 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.18 |
| HSL | 294.87º | 0.62% | 0.52% | - |
| HSV(B) | 294.87º | 0.73% | 0.82% | - |
| XYZ | 35.31 | 18.98 | 61.48 | - |
| YUV | 114.89 | 180.55 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 208 | 0.06 | 0.73 | 0 | 0.18 | 294.87 | 0.62 | 0.52 |
| Hex | C3 | 38 | D0 | 6 | 49 | 0 | 12 | 127 | 3E | 34 |
| Octal | 303 | 70 | 320 | 6 | 111 | 0 | 22 | 447 | 76 | 64 |
| Binary | 11000011 | 111000 | 11010000 | 110 | 1001001 | 0 | 10010 | 100100111 | 111110 | 110100 |
Color Harmonies of #C338D0
Complementary color
Monochromatic Colors of #C338D0
Black with #C338D0
Text Example
Text Example
White with #C338D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338D0; }
p { color: rgb(195,56,208); }
H1.HeaderClassName
{
color: #C338D0;
}
.AnyTagClassName
{
color: #C338D0;
}
</style>
background-color css
<style>
a { background-color: #C338D0; }
a { background-color: rgb(195,56,208); }
div.DivClassName
{
background-color: #C338D0;
}
.BgClassName
{
background-color: #C338D0;
}
</style>
border-color css
<style>
span { border-color: #C338D0; }
span { border-color: rgb(195,56,208); }
td.TdClassName
{
border-color: #C338D0;
}
.TagClassName
{
border-color: #C338D0;
}
</style>