Shades of Medium Orchid #CE3AF7
Tints of Medium Orchid #CE3AF7
RGB
CMYK
RGB Variations
Color information
#CE3AF7 (or 0xCE3AF7) is known color: Medium Orchid. HEX triplet: CE, 3A and F7. RGB value is (206,58,247). Sum of RGB (Red+Green+Blue) = 206+58+247=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE3AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AF7 is #31C508. Grayscale: #7B7B7B. Windows color (decimal): -3261705 or 16202446. OLE color: 16202446.
HSL color Cylindrical-coordinate representation of color #CE3AF7: hue angle of 286.98º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3AF7 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 58 | 247 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.03 |
| HSL | 286.98º | 0.92% | 0.6% | - |
| HSV(B) | 286.98º | 0.77% | 0.97% | - |
| XYZ | 43.76 | 22.86 | 90.1 | - |
| YUV | 123.8 | 197.53 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 247 | 0.17 | 0.77 | 0 | 0.03 | 286.98 | 0.92 | 0.6 |
| Hex | CE | 3A | F7 | 11 | 4D | 0 | 3 | 11F | 5C | 3C |
| Octal | 316 | 72 | 367 | 21 | 115 | 0 | 3 | 437 | 134 | 74 |
| Binary | 11001110 | 111010 | 11110111 | 10001 | 1001101 | 0 | 11 | 100011111 | 1011100 | 111100 |
Color Harmonies of #CE3AF7
Complementary color
Monochromatic Colors of #CE3AF7
Black with #CE3AF7
Text Example
Text Example
White with #CE3AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AF7; }
p { color: rgb(206,58,247); }
H1.HeaderClassName
{
color: #CE3AF7;
}
.AnyTagClassName
{
color: #CE3AF7;
}
</style>
background-color css
<style>
a { background-color: #CE3AF7; }
a { background-color: rgb(206,58,247); }
div.DivClassName
{
background-color: #CE3AF7;
}
.BgClassName
{
background-color: #CE3AF7;
}
</style>
border-color css
<style>
span { border-color: #CE3AF7; }
span { border-color: rgb(206,58,247); }
td.TdClassName
{
border-color: #CE3AF7;
}
.TagClassName
{
border-color: #CE3AF7;
}
</style>