Shades of Medium Orchid #C338F4
Tints of Medium Orchid #C338F4
RGB
CMYK
RGB Variations
Color information
#C338F4 (or 0xC338F4) is known color: Medium Orchid. HEX triplet: C3, 38 and F4. RGB value is (195,56,244). Sum of RGB (Red+Green+Blue) = 195+56+244=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #C338F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C338F4 is #3CC70B. Grayscale: #767676. Windows color (decimal): -3983116 or 16005315. OLE color: 16005315.
HSL color Cylindrical-coordinate representation of color #C338F4: hue angle of 284.36º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C338F4 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 56 | 244 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.04 |
| HSL | 284.36º | 0.9% | 0.59% | - |
| HSV(B) | 284.36º | 0.77% | 0.96% | - |
| XYZ | 40.25 | 20.96 | 87.51 | - |
| YUV | 118.99 | 198.55 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 244 | 0.20 | 0.77 | 0 | 0.04 | 284.36 | 0.9 | 0.59 |
| Hex | C3 | 38 | F4 | 14 | 4D | 0 | 4 | 11C | 5A | 3B |
| Octal | 303 | 70 | 364 | 24 | 115 | 0 | 4 | 434 | 132 | 73 |
| Binary | 11000011 | 111000 | 11110100 | 10100 | 1001101 | 0 | 100 | 100011100 | 1011010 | 111011 |
Color Harmonies of #C338F4
Complementary color
Monochromatic Colors of #C338F4
Black with #C338F4
Text Example
Text Example
White with #C338F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338F4; }
p { color: rgb(195,56,244); }
H1.HeaderClassName
{
color: #C338F4;
}
.AnyTagClassName
{
color: #C338F4;
}
</style>
background-color css
<style>
a { background-color: #C338F4; }
a { background-color: rgb(195,56,244); }
div.DivClassName
{
background-color: #C338F4;
}
.BgClassName
{
background-color: #C338F4;
}
</style>
border-color css
<style>
span { border-color: #C338F4; }
span { border-color: rgb(195,56,244); }
td.TdClassName
{
border-color: #C338F4;
}
.TagClassName
{
border-color: #C338F4;
}
</style>