Shades of Medium Orchid #CE43F4
Tints of Medium Orchid #CE43F4
RGB
CMYK
RGB Variations
Color information
#CE43F4 (or 0xCE43F4) is known color: Medium Orchid. HEX triplet: CE, 43 and F4. RGB value is (206,67,244). Sum of RGB (Red+Green+Blue) = 206+67+244=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 67 (26.56% from 255 or 12.96% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE43F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE43F4 is #31BC0B. Grayscale: #808080. Windows color (decimal): -3259404 or 16008142. OLE color: 16008142.
HSL color Cylindrical-coordinate representation of color #CE43F4: hue angle of 287.12º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE43F4 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 67 | 244 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.04 |
| HSL | 287.12º | 0.89% | 0.61% | - |
| HSV(B) | 287.12º | 0.73% | 0.96% | - |
| XYZ | 43.79 | 23.67 | 87.85 | - |
| YUV | 128.74 | 193.05 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 244 | 0.16 | 0.73 | 0 | 0.04 | 287.12 | 0.89 | 0.61 |
| Hex | CE | 43 | F4 | 10 | 49 | 0 | 4 | 11F | 59 | 3D |
| Octal | 316 | 103 | 364 | 20 | 111 | 0 | 4 | 437 | 131 | 75 |
| Binary | 11001110 | 1000011 | 11110100 | 10000 | 1001001 | 0 | 100 | 100011111 | 1011001 | 111101 |
Color Harmonies of #CE43F4
Complementary color
Monochromatic Colors of #CE43F4
Black with #CE43F4
Text Example
Text Example
White with #CE43F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43F4; }
p { color: rgb(206,67,244); }
H1.HeaderClassName
{
color: #CE43F4;
}
.AnyTagClassName
{
color: #CE43F4;
}
</style>
background-color css
<style>
a { background-color: #CE43F4; }
a { background-color: rgb(206,67,244); }
div.DivClassName
{
background-color: #CE43F4;
}
.BgClassName
{
background-color: #CE43F4;
}
</style>
border-color css
<style>
span { border-color: #CE43F4; }
span { border-color: rgb(206,67,244); }
td.TdClassName
{
border-color: #CE43F4;
}
.TagClassName
{
border-color: #CE43F4;
}
</style>