Shades of Orchid #CE7CDA
Tints of Orchid #CE7CDA
RGB
CMYK
RGB Variations
Color information
#CE7CDA (or 0xCE7CDA) is known color: Orchid. HEX triplet: CE, 7C and DA. RGB value is (206,124,218). Sum of RGB (Red+Green+Blue) = 206+124+218=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CDA is #318325. Grayscale: #9E9E9E. Windows color (decimal): -3244838 or 14318798. OLE color: 14318798.
HSL color Cylindrical-coordinate representation of color #CE7CDA: hue angle of 292.34º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7CDA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 124 | 218 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.15 |
| HSL | 292.34º | 0.56% | 0.67% | - |
| HSV(B) | 292.34º | 0.43% | 0.85% | - |
| XYZ | 45.32 | 32.6 | 70.23 | - |
| YUV | 159.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 218 | 0.06 | 0.43 | 0 | 0.15 | 292.34 | 0.56 | 0.67 |
| Hex | CE | 7C | DA | 6 | 2B | 0 | F | 124 | 38 | 43 |
| Octal | 316 | 174 | 332 | 6 | 53 | 0 | 17 | 444 | 70 | 103 |
| Binary | 11001110 | 1111100 | 11011010 | 110 | 101011 | 0 | 1111 | 100100100 | 111000 | 1000011 |
Color Harmonies of #CE7CDA
Complementary color
Monochromatic Colors of #CE7CDA
Black with #CE7CDA
Text Example
Text Example
White with #CE7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CDA; }
p { color: rgb(206,124,218); }
H1.HeaderClassName
{
color: #CE7CDA;
}
.AnyTagClassName
{
color: #CE7CDA;
}
</style>
background-color css
<style>
a { background-color: #CE7CDA; }
a { background-color: rgb(206,124,218); }
div.DivClassName
{
background-color: #CE7CDA;
}
.BgClassName
{
background-color: #CE7CDA;
}
</style>
border-color css
<style>
span { border-color: #CE7CDA; }
span { border-color: rgb(206,124,218); }
td.TdClassName
{
border-color: #CE7CDA;
}
.TagClassName
{
border-color: #CE7CDA;
}
</style>