Shades of Medium Orchid #C338E5
Tints of Medium Orchid #C338E5
RGB
CMYK
RGB Variations
Color information
#C338E5 (or 0xC338E5) is known color: Medium Orchid. HEX triplet: C3, 38 and E5. RGB value is (195,56,229). Sum of RGB (Red+Green+Blue) = 195+56+229=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #C338E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338E5 is #3CC71A. Grayscale: #747474. Windows color (decimal): -3983131 or 15022275. OLE color: 15022275.
HSL color Cylindrical-coordinate representation of color #C338E5: hue angle of 288.21º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C338E5 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 56 | 229 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.10 |
| HSL | 288.21º | 0.77% | 0.56% | - |
| HSV(B) | 288.21º | 0.76% | 0.9% | - |
| XYZ | 38.06 | 20.09 | 76 | - |
| YUV | 117.28 | 191.05 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 229 | 0.15 | 0.76 | 0 | 0.10 | 288.21 | 0.77 | 0.56 |
| Hex | C3 | 38 | E5 | F | 4C | 0 | A | 120 | 4D | 38 |
| Octal | 303 | 70 | 345 | 17 | 114 | 0 | 12 | 440 | 115 | 70 |
| Binary | 11000011 | 111000 | 11100101 | 1111 | 1001100 | 0 | 1010 | 100100000 | 1001101 | 111000 |
Color Harmonies of #C338E5
Complementary color
Monochromatic Colors of #C338E5
Black with #C338E5
Text Example
Text Example
White with #C338E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338E5; }
p { color: rgb(195,56,229); }
H1.HeaderClassName
{
color: #C338E5;
}
.AnyTagClassName
{
color: #C338E5;
}
</style>
background-color css
<style>
a { background-color: #C338E5; }
a { background-color: rgb(195,56,229); }
div.DivClassName
{
background-color: #C338E5;
}
.BgClassName
{
background-color: #C338E5;
}
</style>
border-color css
<style>
span { border-color: #C338E5; }
span { border-color: rgb(195,56,229); }
td.TdClassName
{
border-color: #C338E5;
}
.TagClassName
{
border-color: #C338E5;
}
</style>