Shades of Medium Orchid #CE3FF3
Tints of Medium Orchid #CE3FF3
RGB
CMYK
RGB Variations
Color information
#CE3FF3 (or 0xCE3FF3) is known color: Medium Orchid. HEX triplet: CE, 3F and F3. RGB value is (206,63,243). Sum of RGB (Red+Green+Blue) = 206+63+243=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE3FF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FF3 is #31C00C. Grayscale: #7D7D7D. Windows color (decimal): -3260429 or 15941582. OLE color: 15941582.
HSL color Cylindrical-coordinate representation of color #CE3FF3: hue angle of 287.67º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3FF3 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 63 | 243 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.05 |
| HSL | 287.67º | 0.88% | 0.6% | - |
| HSV(B) | 287.67º | 0.74% | 0.95% | - |
| XYZ | 43.41 | 23.15 | 86.97 | - |
| YUV | 126.28 | 193.88 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 243 | 0.15 | 0.74 | 0 | 0.05 | 287.67 | 0.88 | 0.6 |
| Hex | CE | 3F | F3 | F | 4A | 0 | 5 | 120 | 58 | 3C |
| Octal | 316 | 77 | 363 | 17 | 112 | 0 | 5 | 440 | 130 | 74 |
| Binary | 11001110 | 111111 | 11110011 | 1111 | 1001010 | 0 | 101 | 100100000 | 1011000 | 111100 |
Color Harmonies of #CE3FF3
Complementary color
Monochromatic Colors of #CE3FF3
Black with #CE3FF3
Text Example
Text Example
White with #CE3FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FF3; }
p { color: rgb(206,63,243); }
H1.HeaderClassName
{
color: #CE3FF3;
}
.AnyTagClassName
{
color: #CE3FF3;
}
</style>
background-color css
<style>
a { background-color: #CE3FF3; }
a { background-color: rgb(206,63,243); }
div.DivClassName
{
background-color: #CE3FF3;
}
.BgClassName
{
background-color: #CE3FF3;
}
</style>
border-color css
<style>
span { border-color: #CE3FF3; }
span { border-color: rgb(206,63,243); }
td.TdClassName
{
border-color: #CE3FF3;
}
.TagClassName
{
border-color: #CE3FF3;
}
</style>