Shades of Orchid #CE7BC7
Tints of Orchid #CE7BC7
RGB
CMYK
RGB Variations
Color information
#CE7BC7 (or 0xCE7BC7) is known color: Orchid. HEX triplet: CE, 7B and C7. RGB value is (206,123,199). Sum of RGB (Red+Green+Blue) = 206+123+199=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BC7 is #318438. Grayscale: #9C9C9C. Windows color (decimal): -3245113 or 13073358. OLE color: 13073358.
HSL color Cylindrical-coordinate representation of color #CE7BC7: hue angle of 305.06º 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 #CE7BC7 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 199 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.19 |
| HSL | 305.06º | 0.46% | 0.65% | - |
| HSV(B) | 305.06º | 0.4% | 0.81% | - |
| XYZ | 42.85 | 31.41 | 57.84 | - |
| YUV | 156.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 199 | 0 | 0.40 | 0.03 | 0.19 | 305.06 | 0.46 | 0.65 |
| Hex | CE | 7B | C7 | 0 | 28 | 3 | 13 | 131 | 2E | 41 |
| Octal | 316 | 173 | 307 | 0 | 50 | 3 | 23 | 461 | 56 | 101 |
| Binary | 11001110 | 1111011 | 11000111 | 0 | 101000 | 11 | 10011 | 100110001 | 101110 | 1000001 |
Color Harmonies of #CE7BC7
Complementary color
Monochromatic Colors of #CE7BC7
Black with #CE7BC7
Text Example
Text Example
White with #CE7BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BC7; }
p { color: rgb(206,123,199); }
H1.HeaderClassName
{
color: #CE7BC7;
}
.AnyTagClassName
{
color: #CE7BC7;
}
</style>
background-color css
<style>
a { background-color: #CE7BC7; }
a { background-color: rgb(206,123,199); }
div.DivClassName
{
background-color: #CE7BC7;
}
.BgClassName
{
background-color: #CE7BC7;
}
</style>
border-color css
<style>
span { border-color: #CE7BC7; }
span { border-color: rgb(206,123,199); }
td.TdClassName
{
border-color: #CE7BC7;
}
.TagClassName
{
border-color: #CE7BC7;
}
</style>