Shades of Medium Orchid #C338DB
Tints of Medium Orchid #C338DB
RGB
CMYK
RGB Variations
Color information
#C338DB (or 0xC338DB) is known color: Medium Orchid. HEX triplet: C3, 38 and DB. RGB value is (195,56,219). Sum of RGB (Red+Green+Blue) = 195+56+219=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #C338DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338DB is #3CC724. Grayscale: #737373. Windows color (decimal): -3983141 or 14366915. OLE color: 14366915.
HSL color Cylindrical-coordinate representation of color #C338DB: hue angle of 291.17º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C338DB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 56 | 219 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.14 |
| HSL | 291.17º | 0.69% | 0.54% | - |
| HSV(B) | 291.17º | 0.74% | 0.86% | - |
| XYZ | 36.71 | 19.54 | 68.86 | - |
| YUV | 116.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 219 | 0.11 | 0.74 | 0 | 0.14 | 291.17 | 0.69 | 0.54 |
| Hex | C3 | 38 | DB | B | 4A | 0 | E | 123 | 45 | 36 |
| Octal | 303 | 70 | 333 | 13 | 112 | 0 | 16 | 443 | 105 | 66 |
| Binary | 11000011 | 111000 | 11011011 | 1011 | 1001010 | 0 | 1110 | 100100011 | 1000101 | 110110 |
Color Harmonies of #C338DB
Complementary color
Monochromatic Colors of #C338DB
Black with #C338DB
Text Example
Text Example
White with #C338DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338DB; }
p { color: rgb(195,56,219); }
H1.HeaderClassName
{
color: #C338DB;
}
.AnyTagClassName
{
color: #C338DB;
}
</style>
background-color css
<style>
a { background-color: #C338DB; }
a { background-color: rgb(195,56,219); }
div.DivClassName
{
background-color: #C338DB;
}
.BgClassName
{
background-color: #C338DB;
}
</style>
border-color css
<style>
span { border-color: #C338DB; }
span { border-color: rgb(195,56,219); }
td.TdClassName
{
border-color: #C338DB;
}
.TagClassName
{
border-color: #C338DB;
}
</style>