Shades of Medium Orchid #C337FD
Tints of Medium Orchid #C337FD
RGB
CMYK
RGB Variations
Color information
#C337FD (or 0xC337FD) is known color: Medium Orchid. HEX triplet: C3, 37 and FD. RGB value is (195,55,253). Sum of RGB (Red+Green+Blue) = 195+55+253=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #C337FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C337FD is #3CC802. Grayscale: #767676. Windows color (decimal): -3983363 or 16594883. OLE color: 16594883.
HSL color Cylindrical-coordinate representation of color #C337FD: hue angle of 282.42º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C337FD is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 55 | 253 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.01 |
| HSL | 282.42º | 0.98% | 0.6% | - |
| HSV(B) | 282.42º | 0.78% | 0.99% | - |
| XYZ | 41.6 | 21.43 | 94.87 | - |
| YUV | 119.43 | 203.38 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 253 | 0.23 | 0.78 | 0 | 0.01 | 282.42 | 0.98 | 0.6 |
| Hex | C3 | 37 | FD | 17 | 4E | 0 | 1 | 11A | 62 | 3C |
| Octal | 303 | 67 | 375 | 27 | 116 | 0 | 1 | 432 | 142 | 74 |
| Binary | 11000011 | 110111 | 11111101 | 10111 | 1001110 | 0 | 1 | 100011010 | 1100010 | 111100 |
Color Harmonies of #C337FD
Complementary color
Monochromatic Colors of #C337FD
Black with #C337FD
Text Example
Text Example
White with #C337FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C337FD; }
p { color: rgb(195,55,253); }
H1.HeaderClassName
{
color: #C337FD;
}
.AnyTagClassName
{
color: #C337FD;
}
</style>
background-color css
<style>
a { background-color: #C337FD; }
a { background-color: rgb(195,55,253); }
div.DivClassName
{
background-color: #C337FD;
}
.BgClassName
{
background-color: #C337FD;
}
</style>
border-color css
<style>
span { border-color: #C337FD; }
span { border-color: rgb(195,55,253); }
td.TdClassName
{
border-color: #C337FD;
}
.TagClassName
{
border-color: #C337FD;
}
</style>