Shades of Medium Orchid #CE38DA
Tints of Medium Orchid #CE38DA
RGB
CMYK
RGB Variations
Color information
#CE38DA (or 0xCE38DA) is known color: Medium Orchid. HEX triplet: CE, 38 and DA. RGB value is (206,56,218). Sum of RGB (Red+Green+Blue) = 206+56+218=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE38DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38DA is #31C725. Grayscale: #767676. Windows color (decimal): -3262246 or 14301390. OLE color: 14301390.
HSL color Cylindrical-coordinate representation of color #CE38DA: hue angle of 295.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE38DA is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 56 | 218 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.15 |
| HSL | 295.56º | 0.69% | 0.54% | - |
| HSV(B) | 295.56º | 0.74% | 0.85% | - |
| XYZ | 39.52 | 21.01 | 68.3 | - |
| YUV | 119.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 218 | 0.06 | 0.74 | 0 | 0.15 | 295.56 | 0.69 | 0.54 |
| Hex | CE | 38 | DA | 6 | 4A | 0 | F | 128 | 45 | 36 |
| Octal | 316 | 70 | 332 | 6 | 112 | 0 | 17 | 450 | 105 | 66 |
| Binary | 11001110 | 111000 | 11011010 | 110 | 1001010 | 0 | 1111 | 100101000 | 1000101 | 110110 |
Color Harmonies of #CE38DA
Complementary color
Monochromatic Colors of #CE38DA
Black with #CE38DA
Text Example
Text Example
White with #CE38DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38DA; }
p { color: rgb(206,56,218); }
H1.HeaderClassName
{
color: #CE38DA;
}
.AnyTagClassName
{
color: #CE38DA;
}
</style>
background-color css
<style>
a { background-color: #CE38DA; }
a { background-color: rgb(206,56,218); }
div.DivClassName
{
background-color: #CE38DA;
}
.BgClassName
{
background-color: #CE38DA;
}
</style>
border-color css
<style>
span { border-color: #CE38DA; }
span { border-color: rgb(206,56,218); }
td.TdClassName
{
border-color: #CE38DA;
}
.TagClassName
{
border-color: #CE38DA;
}
</style>