Shades of Medium Orchid #CE42DA
Tints of Medium Orchid #CE42DA
RGB
CMYK
RGB Variations
Color information
#CE42DA (or 0xCE42DA) is known color: Medium Orchid. HEX triplet: CE, 42 and DA. RGB value is (206,66,218). Sum of RGB (Red+Green+Blue) = 206+66+218=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE42DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42DA is #31BD25. Grayscale: #7C7C7C. Windows color (decimal): -3259686 or 14303950. OLE color: 14303950.
HSL color Cylindrical-coordinate representation of color #CE42DA: hue angle of 295.26º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE42DA is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 66 | 218 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.15 |
| HSL | 295.26º | 0.67% | 0.56% | - |
| HSV(B) | 295.26º | 0.7% | 0.85% | - |
| XYZ | 40.06 | 22.08 | 68.48 | - |
| YUV | 125.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 218 | 0.06 | 0.70 | 0 | 0.15 | 295.26 | 0.67 | 0.56 |
| Hex | CE | 42 | DA | 6 | 46 | 0 | F | 127 | 43 | 38 |
| Octal | 316 | 102 | 332 | 6 | 106 | 0 | 17 | 447 | 103 | 70 |
| Binary | 11001110 | 1000010 | 11011010 | 110 | 1000110 | 0 | 1111 | 100100111 | 1000011 | 111000 |
Color Harmonies of #CE42DA
Complementary color
Monochromatic Colors of #CE42DA
Black with #CE42DA
Text Example
Text Example
White with #CE42DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42DA; }
p { color: rgb(206,66,218); }
H1.HeaderClassName
{
color: #CE42DA;
}
.AnyTagClassName
{
color: #CE42DA;
}
</style>
background-color css
<style>
a { background-color: #CE42DA; }
a { background-color: rgb(206,66,218); }
div.DivClassName
{
background-color: #CE42DA;
}
.BgClassName
{
background-color: #CE42DA;
}
</style>
border-color css
<style>
span { border-color: #CE42DA; }
span { border-color: rgb(206,66,218); }
td.TdClassName
{
border-color: #CE42DA;
}
.TagClassName
{
border-color: #CE42DA;
}
</style>