Shades of Medium Orchid #CE43DA
Tints of Medium Orchid #CE43DA
RGB
CMYK
RGB Variations
Color information
#CE43DA (or 0xCE43DA) is known color: Medium Orchid. HEX triplet: CE, 43 and DA. RGB value is (206,67,218). Sum of RGB (Red+Green+Blue) = 206+67+218=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE43DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43DA is #31BC25. Grayscale: #7D7D7D. Windows color (decimal): -3259430 or 14304206. OLE color: 14304206.
HSL color Cylindrical-coordinate representation of color #CE43DA: hue angle of 295.23º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE43DA is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 67 | 218 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.15 |
| HSL | 295.23º | 0.67% | 0.56% | - |
| HSV(B) | 295.23º | 0.69% | 0.85% | - |
| XYZ | 40.12 | 22.2 | 68.5 | - |
| YUV | 125.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 218 | 0.06 | 0.69 | 0 | 0.15 | 295.23 | 0.67 | 0.56 |
| Hex | CE | 43 | DA | 6 | 45 | 0 | F | 127 | 43 | 38 |
| Octal | 316 | 103 | 332 | 6 | 105 | 0 | 17 | 447 | 103 | 70 |
| Binary | 11001110 | 1000011 | 11011010 | 110 | 1000101 | 0 | 1111 | 100100111 | 1000011 | 111000 |
Color Harmonies of #CE43DA
Complementary color
Monochromatic Colors of #CE43DA
Black with #CE43DA
Text Example
Text Example
White with #CE43DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43DA; }
p { color: rgb(206,67,218); }
H1.HeaderClassName
{
color: #CE43DA;
}
.AnyTagClassName
{
color: #CE43DA;
}
</style>
background-color css
<style>
a { background-color: #CE43DA; }
a { background-color: rgb(206,67,218); }
div.DivClassName
{
background-color: #CE43DA;
}
.BgClassName
{
background-color: #CE43DA;
}
</style>
border-color css
<style>
span { border-color: #CE43DA; }
span { border-color: rgb(206,67,218); }
td.TdClassName
{
border-color: #CE43DA;
}
.TagClassName
{
border-color: #CE43DA;
}
</style>