Shades of Orchid #CE7CCB
Tints of Orchid #CE7CCB
RGB
CMYK
RGB Variations
Color information
#CE7CCB (or 0xCE7CCB) is known color: Orchid. HEX triplet: CE, 7C and CB. RGB value is (206,124,203). Sum of RGB (Red+Green+Blue) = 206+124+203=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CCB is #318334. Grayscale: #9D9D9D. Windows color (decimal): -3244853 or 13335758. OLE color: 13335758.
HSL color Cylindrical-coordinate representation of color #CE7CCB: hue angle of 302.2º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7CCB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 203 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.19 |
| HSL | 302.2º | 0.46% | 0.65% | - |
| HSV(B) | 302.2º | 0.4% | 0.81% | - |
| XYZ | 43.44 | 31.85 | 60.36 | - |
| YUV | 157.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 203 | 0 | 0.40 | 0.01 | 0.19 | 302.2 | 0.46 | 0.65 |
| Hex | CE | 7C | CB | 0 | 28 | 1 | 13 | 12E | 2E | 41 |
| Octal | 316 | 174 | 313 | 0 | 50 | 1 | 23 | 456 | 56 | 101 |
| Binary | 11001110 | 1111100 | 11001011 | 0 | 101000 | 1 | 10011 | 100101110 | 101110 | 1000001 |
Color Harmonies of #CE7CCB
Complementary color
Monochromatic Colors of #CE7CCB
Black with #CE7CCB
Text Example
Text Example
White with #CE7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CCB; }
p { color: rgb(206,124,203); }
H1.HeaderClassName
{
color: #CE7CCB;
}
.AnyTagClassName
{
color: #CE7CCB;
}
</style>
background-color css
<style>
a { background-color: #CE7CCB; }
a { background-color: rgb(206,124,203); }
div.DivClassName
{
background-color: #CE7CCB;
}
.BgClassName
{
background-color: #CE7CCB;
}
</style>
border-color css
<style>
span { border-color: #CE7CCB; }
span { border-color: rgb(206,124,203); }
td.TdClassName
{
border-color: #CE7CCB;
}
.TagClassName
{
border-color: #CE7CCB;
}
</style>