Shades of Medium Orchid #CE3FFB
Tints of Medium Orchid #CE3FFB
RGB
CMYK
RGB Variations
Color information
#CE3FFB (or 0xCE3FFB) is known color: Medium Orchid. HEX triplet: CE, 3F and FB. RGB value is (206,63,251). Sum of RGB (Red+Green+Blue) = 206+63+251=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 63 (25% from 255 or 12.12% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE3FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FFB is #31C004. Grayscale: #7E7E7E. Windows color (decimal): -3260421 or 16465870. OLE color: 16465870.
HSL color Cylindrical-coordinate representation of color #CE3FFB: hue angle of 285.64º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3FFB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 63 | 251 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.02 |
| HSL | 285.64º | 0.96% | 0.62% | - |
| HSV(B) | 285.64º | 0.75% | 0.98% | - |
| XYZ | 44.64 | 23.64 | 93.48 | - |
| YUV | 127.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 251 | 0.18 | 0.75 | 0 | 0.02 | 285.64 | 0.96 | 0.62 |
| Hex | CE | 3F | FB | 12 | 4B | 0 | 2 | 11E | 60 | 3E |
| Octal | 316 | 77 | 373 | 22 | 113 | 0 | 2 | 436 | 140 | 76 |
| Binary | 11001110 | 111111 | 11111011 | 10010 | 1001011 | 0 | 10 | 100011110 | 1100000 | 111110 |
Color Harmonies of #CE3FFB
Complementary color
Monochromatic Colors of #CE3FFB
Black with #CE3FFB
Text Example
Text Example
White with #CE3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FFB; }
p { color: rgb(206,63,251); }
H1.HeaderClassName
{
color: #CE3FFB;
}
.AnyTagClassName
{
color: #CE3FFB;
}
</style>
background-color css
<style>
a { background-color: #CE3FFB; }
a { background-color: rgb(206,63,251); }
div.DivClassName
{
background-color: #CE3FFB;
}
.BgClassName
{
background-color: #CE3FFB;
}
</style>
border-color css
<style>
span { border-color: #CE3FFB; }
span { border-color: rgb(206,63,251); }
td.TdClassName
{
border-color: #CE3FFB;
}
.TagClassName
{
border-color: #CE3FFB;
}
</style>