Shades of Medium Orchid #CE43F9
Tints of Medium Orchid #CE43F9
RGB
CMYK
RGB Variations
Color information
#CE43F9 (or 0xCE43F9) is known color: Medium Orchid. HEX triplet: CE, 43 and F9. RGB value is (206,67,249). Sum of RGB (Red+Green+Blue) = 206+67+249=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 67 (26.56% from 255 or 12.84% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE43F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE43F9 is #31BC06. Grayscale: #808080. Windows color (decimal): -3259399 or 16335822. OLE color: 16335822.
HSL color Cylindrical-coordinate representation of color #CE43F9: hue angle of 285.82º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE43F9 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 67 | 249 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.02 |
| HSL | 285.82º | 0.94% | 0.62% | - |
| HSV(B) | 285.82º | 0.73% | 0.98% | - |
| XYZ | 44.56 | 23.98 | 91.9 | - |
| YUV | 129.31 | 195.55 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 249 | 0.17 | 0.73 | 0 | 0.02 | 285.82 | 0.94 | 0.62 |
| Hex | CE | 43 | F9 | 11 | 49 | 0 | 2 | 11E | 5E | 3E |
| Octal | 316 | 103 | 371 | 21 | 111 | 0 | 2 | 436 | 136 | 76 |
| Binary | 11001110 | 1000011 | 11111001 | 10001 | 1001001 | 0 | 10 | 100011110 | 1011110 | 111110 |
Color Harmonies of #CE43F9
Complementary color
Monochromatic Colors of #CE43F9
Black with #CE43F9
Text Example
Text Example
White with #CE43F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43F9; }
p { color: rgb(206,67,249); }
H1.HeaderClassName
{
color: #CE43F9;
}
.AnyTagClassName
{
color: #CE43F9;
}
</style>
background-color css
<style>
a { background-color: #CE43F9; }
a { background-color: rgb(206,67,249); }
div.DivClassName
{
background-color: #CE43F9;
}
.BgClassName
{
background-color: #CE43F9;
}
</style>
border-color css
<style>
span { border-color: #CE43F9; }
span { border-color: rgb(206,67,249); }
td.TdClassName
{
border-color: #CE43F9;
}
.TagClassName
{
border-color: #CE43F9;
}
</style>