Shades of Medium Orchid #CE3CF3
Tints of Medium Orchid #CE3CF3
RGB
CMYK
RGB Variations
Color information
#CE3CF3 (or 0xCE3CF3) is known color: Medium Orchid. HEX triplet: CE, 3C and F3. RGB value is (206,60,243). Sum of RGB (Red+Green+Blue) = 206+60+243=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE3CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CF3 is #31C30C. Grayscale: #7B7B7B. Windows color (decimal): -3261197 or 15940814. OLE color: 15940814.
HSL color Cylindrical-coordinate representation of color #CE3CF3: hue angle of 287.87º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3CF3 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 60 | 243 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.05 |
| HSL | 287.87º | 0.88% | 0.59% | - |
| HSV(B) | 287.87º | 0.75% | 0.95% | - |
| XYZ | 43.25 | 22.82 | 86.92 | - |
| YUV | 124.52 | 194.87 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 243 | 0.15 | 0.75 | 0 | 0.05 | 287.87 | 0.88 | 0.59 |
| Hex | CE | 3C | F3 | F | 4B | 0 | 5 | 120 | 58 | 3B |
| Octal | 316 | 74 | 363 | 17 | 113 | 0 | 5 | 440 | 130 | 73 |
| Binary | 11001110 | 111100 | 11110011 | 1111 | 1001011 | 0 | 101 | 100100000 | 1011000 | 111011 |
Color Harmonies of #CE3CF3
Complementary color
Monochromatic Colors of #CE3CF3
Black with #CE3CF3
Text Example
Text Example
White with #CE3CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CF3; }
p { color: rgb(206,60,243); }
H1.HeaderClassName
{
color: #CE3CF3;
}
.AnyTagClassName
{
color: #CE3CF3;
}
</style>
background-color css
<style>
a { background-color: #CE3CF3; }
a { background-color: rgb(206,60,243); }
div.DivClassName
{
background-color: #CE3CF3;
}
.BgClassName
{
background-color: #CE3CF3;
}
</style>
border-color css
<style>
span { border-color: #CE3CF3; }
span { border-color: rgb(206,60,243); }
td.TdClassName
{
border-color: #CE3CF3;
}
.TagClassName
{
border-color: #CE3CF3;
}
</style>