Shades of Medium Orchid #C339FE
Tints of Medium Orchid #C339FE
RGB
CMYK
RGB Variations
Color information
#C339FE (or 0xC339FE) is known color: Medium Orchid. HEX triplet: C3, 39 and FE. RGB value is (195,57,254). Sum of RGB (Red+Green+Blue) = 195+57+254=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 57 (22.66% from 255 or 11.26% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #C339FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C339FE is #3CC601. Grayscale: #787878. Windows color (decimal): -3982850 or 16660931. OLE color: 16660931.
HSL color Cylindrical-coordinate representation of color #C339FE: hue angle of 282.03º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C339FE is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 57 | 254 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.00 |
| HSL | 282.03º | 0.99% | 0.61% | - |
| HSV(B) | 282.03º | 0.78% | 1% | - |
| XYZ | 41.86 | 21.68 | 95.75 | - |
| YUV | 120.72 | 203.22 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 254 | 0.23 | 0.78 | 0 | 0.00 | 282.03 | 0.99 | 0.61 |
| Hex | C3 | 39 | FE | 17 | 4E | 0 | 0 | 11A | 63 | 3D |
| Octal | 303 | 71 | 376 | 27 | 116 | 0 | 0 | 432 | 143 | 75 |
| Binary | 11000011 | 111001 | 11111110 | 10111 | 1001110 | 0 | 0 | 100011010 | 1100011 | 111101 |
Color Harmonies of #C339FE
Complementary color
Monochromatic Colors of #C339FE
Black with #C339FE
Text Example
Text Example
White with #C339FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339FE; }
p { color: rgb(195,57,254); }
H1.HeaderClassName
{
color: #C339FE;
}
.AnyTagClassName
{
color: #C339FE;
}
</style>
background-color css
<style>
a { background-color: #C339FE; }
a { background-color: rgb(195,57,254); }
div.DivClassName
{
background-color: #C339FE;
}
.BgClassName
{
background-color: #C339FE;
}
</style>
border-color css
<style>
span { border-color: #C339FE; }
span { border-color: rgb(195,57,254); }
td.TdClassName
{
border-color: #C339FE;
}
.TagClassName
{
border-color: #C339FE;
}
</style>