Shades of Medium Orchid #CE43FB
Tints of Medium Orchid #CE43FB
RGB
CMYK
RGB Variations
Color information
#CE43FB (or 0xCE43FB) is known color: Medium Orchid. HEX triplet: CE, 43 and FB. RGB value is (206,67,251). Sum of RGB (Red+Green+Blue) = 206+67+251=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 67 (26.56% from 255 or 12.79% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE43FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE43FB is #31BC04. Grayscale: #808080. Windows color (decimal): -3259397 or 16466894. OLE color: 16466894.
HSL color Cylindrical-coordinate representation of color #CE43FB: hue angle of 285.33º degrees, saturation: 0.96, 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 #CE43FB is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 67 | 251 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.02 |
| HSL | 285.33º | 0.96% | 0.62% | - |
| HSV(B) | 285.33º | 0.73% | 0.98% | - |
| XYZ | 44.87 | 24.1 | 93.55 | - |
| YUV | 129.54 | 196.55 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 251 | 0.18 | 0.73 | 0 | 0.02 | 285.33 | 0.96 | 0.62 |
| Hex | CE | 43 | FB | 12 | 49 | 0 | 2 | 11D | 60 | 3E |
| Octal | 316 | 103 | 373 | 22 | 111 | 0 | 2 | 435 | 140 | 76 |
| Binary | 11001110 | 1000011 | 11111011 | 10010 | 1001001 | 0 | 10 | 100011101 | 1100000 | 111110 |
Color Harmonies of #CE43FB
Complementary color
Monochromatic Colors of #CE43FB
Black with #CE43FB
Text Example
Text Example
White with #CE43FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43FB; }
p { color: rgb(206,67,251); }
H1.HeaderClassName
{
color: #CE43FB;
}
.AnyTagClassName
{
color: #CE43FB;
}
</style>
background-color css
<style>
a { background-color: #CE43FB; }
a { background-color: rgb(206,67,251); }
div.DivClassName
{
background-color: #CE43FB;
}
.BgClassName
{
background-color: #CE43FB;
}
</style>
border-color css
<style>
span { border-color: #CE43FB; }
span { border-color: rgb(206,67,251); }
td.TdClassName
{
border-color: #CE43FB;
}
.TagClassName
{
border-color: #CE43FB;
}
</style>