Shades of Orchid #CE7BDA
Tints of Orchid #CE7BDA
RGB
CMYK
RGB Variations
Color information
#CE7BDA (or 0xCE7BDA) is known color: Orchid. HEX triplet: CE, 7B and DA. RGB value is (206,123,218). Sum of RGB (Red+Green+Blue) = 206+123+218=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BDA is #318425. Grayscale: #9E9E9E. Windows color (decimal): -3245094 or 14318542. OLE color: 14318542.
HSL color Cylindrical-coordinate representation of color #CE7BDA: hue angle of 292.42º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7BDA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 123 | 218 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.15 |
| HSL | 292.42º | 0.56% | 0.67% | - |
| HSV(B) | 292.42º | 0.44% | 0.85% | - |
| XYZ | 45.19 | 32.35 | 70.19 | - |
| YUV | 158.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 218 | 0.06 | 0.44 | 0 | 0.15 | 292.42 | 0.56 | 0.67 |
| Hex | CE | 7B | DA | 6 | 2C | 0 | F | 124 | 38 | 43 |
| Octal | 316 | 173 | 332 | 6 | 54 | 0 | 17 | 444 | 70 | 103 |
| Binary | 11001110 | 1111011 | 11011010 | 110 | 101100 | 0 | 1111 | 100100100 | 111000 | 1000011 |
Color Harmonies of #CE7BDA
Complementary color
Monochromatic Colors of #CE7BDA
Black with #CE7BDA
Text Example
Text Example
White with #CE7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BDA; }
p { color: rgb(206,123,218); }
H1.HeaderClassName
{
color: #CE7BDA;
}
.AnyTagClassName
{
color: #CE7BDA;
}
</style>
background-color css
<style>
a { background-color: #CE7BDA; }
a { background-color: rgb(206,123,218); }
div.DivClassName
{
background-color: #CE7BDA;
}
.BgClassName
{
background-color: #CE7BDA;
}
</style>
border-color css
<style>
span { border-color: #CE7BDA; }
span { border-color: rgb(206,123,218); }
td.TdClassName
{
border-color: #CE7BDA;
}
.TagClassName
{
border-color: #CE7BDA;
}
</style>