Shades of Orchid #CB7ECE
Tints of Orchid #CB7ECE
RGB
CMYK
RGB Variations
Color information
#CB7ECE (or 0xCB7ECE) is known color: Orchid. HEX triplet: CB, 7E and CE. RGB value is (203,126,206). Sum of RGB (Red+Green+Blue) = 203+126+206=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ECE is #348131. Grayscale: #9D9D9D. Windows color (decimal): -3440946 or 13532875. OLE color: 13532875.
HSL color Cylindrical-coordinate representation of color #CB7ECE: hue angle of 297.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7ECE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 126 | 206 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.19 |
| HSL | 297.75º | 0.45% | 0.65% | - |
| HSV(B) | 297.75º | 0.39% | 0.81% | - |
| XYZ | 43.23 | 32.07 | 62.31 | - |
| YUV | 158.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 206 | 0.01 | 0.39 | 0 | 0.19 | 297.75 | 0.45 | 0.65 |
| Hex | CB | 7E | CE | 1 | 27 | 0 | 13 | 12A | 2D | 41 |
| Octal | 313 | 176 | 316 | 1 | 47 | 0 | 23 | 452 | 55 | 101 |
| Binary | 11001011 | 1111110 | 11001110 | 1 | 100111 | 0 | 10011 | 100101010 | 101101 | 1000001 |
Color Harmonies of #CB7ECE
Complementary color
Monochromatic Colors of #CB7ECE
Black with #CB7ECE
Text Example
Text Example
White with #CB7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ECE; }
p { color: rgb(203,126,206); }
H1.HeaderClassName
{
color: #CB7ECE;
}
.AnyTagClassName
{
color: #CB7ECE;
}
</style>
background-color css
<style>
a { background-color: #CB7ECE; }
a { background-color: rgb(203,126,206); }
div.DivClassName
{
background-color: #CB7ECE;
}
.BgClassName
{
background-color: #CB7ECE;
}
</style>
border-color css
<style>
span { border-color: #CB7ECE; }
span { border-color: rgb(203,126,206); }
td.TdClassName
{
border-color: #CB7ECE;
}
.TagClassName
{
border-color: #CB7ECE;
}
</style>