Shades of Orchid #CE7BC4
Tints of Orchid #CE7BC4
RGB
CMYK
RGB Variations
Color information
#CE7BC4 (or 0xCE7BC4) is known color: Orchid. HEX triplet: CE, 7B and C4. RGB value is (206,123,196). Sum of RGB (Red+Green+Blue) = 206+123+196=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BC4 is #31843B. Grayscale: #9B9B9B. Windows color (decimal): -3245116 or 12876750. OLE color: 12876750.
HSL color Cylindrical-coordinate representation of color #CE7BC4: hue angle of 307.23º 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 #CE7BC4 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 196 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.19 |
| HSL | 307.23º | 0.46% | 0.65% | - |
| HSV(B) | 307.23º | 0.4% | 0.81% | - |
| XYZ | 42.5 | 31.27 | 56.02 | - |
| YUV | 156.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 196 | 0 | 0.40 | 0.05 | 0.19 | 307.23 | 0.46 | 0.65 |
| Hex | CE | 7B | C4 | 0 | 28 | 5 | 13 | 133 | 2E | 41 |
| Octal | 316 | 173 | 304 | 0 | 50 | 5 | 23 | 463 | 56 | 101 |
| Binary | 11001110 | 1111011 | 11000100 | 0 | 101000 | 101 | 10011 | 100110011 | 101110 | 1000001 |
Color Harmonies of #CE7BC4
Complementary color
Monochromatic Colors of #CE7BC4
Black with #CE7BC4
Text Example
Text Example
White with #CE7BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BC4; }
p { color: rgb(206,123,196); }
H1.HeaderClassName
{
color: #CE7BC4;
}
.AnyTagClassName
{
color: #CE7BC4;
}
</style>
background-color css
<style>
a { background-color: #CE7BC4; }
a { background-color: rgb(206,123,196); }
div.DivClassName
{
background-color: #CE7BC4;
}
.BgClassName
{
background-color: #CE7BC4;
}
</style>
border-color css
<style>
span { border-color: #CE7BC4; }
span { border-color: rgb(206,123,196); }
td.TdClassName
{
border-color: #CE7BC4;
}
.TagClassName
{
border-color: #CE7BC4;
}
</style>