Shades of Medium Orchid #CE43FC
Tints of Medium Orchid #CE43FC
RGB
CMYK
RGB Variations
Color information
#CE43FC (or 0xCE43FC) is known color: Medium Orchid. HEX triplet: CE, 43 and FC. RGB value is (206,67,252). Sum of RGB (Red+Green+Blue) = 206+67+252=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 67 (26.56% from 255 or 12.76% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE43FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE43FC is #31BC03. Grayscale: #818181. Windows color (decimal): -3259396 or 16532430. OLE color: 16532430.
HSL color Cylindrical-coordinate representation of color #CE43FC: hue angle of 285.08º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE43FC is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 67 | 252 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.01 |
| HSL | 285.08º | 0.97% | 0.63% | - |
| HSV(B) | 285.08º | 0.73% | 0.99% | - |
| XYZ | 45.03 | 24.16 | 94.39 | - |
| YUV | 129.65 | 197.05 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 252 | 0.18 | 0.73 | 0 | 0.01 | 285.08 | 0.97 | 0.63 |
| Hex | CE | 43 | FC | 12 | 49 | 0 | 1 | 11D | 61 | 3F |
| Octal | 316 | 103 | 374 | 22 | 111 | 0 | 1 | 435 | 141 | 77 |
| Binary | 11001110 | 1000011 | 11111100 | 10010 | 1001001 | 0 | 1 | 100011101 | 1100001 | 111111 |
Color Harmonies of #CE43FC
Complementary color
Monochromatic Colors of #CE43FC
Black with #CE43FC
Text Example
Text Example
White with #CE43FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43FC; }
p { color: rgb(206,67,252); }
H1.HeaderClassName
{
color: #CE43FC;
}
.AnyTagClassName
{
color: #CE43FC;
}
</style>
background-color css
<style>
a { background-color: #CE43FC; }
a { background-color: rgb(206,67,252); }
div.DivClassName
{
background-color: #CE43FC;
}
.BgClassName
{
background-color: #CE43FC;
}
</style>
border-color css
<style>
span { border-color: #CE43FC; }
span { border-color: rgb(206,67,252); }
td.TdClassName
{
border-color: #CE43FC;
}
.TagClassName
{
border-color: #CE43FC;
}
</style>