Shades of Orchid #CB7CC2
Tints of Orchid #CB7CC2
RGB
CMYK
RGB Variations
Color information
#CB7CC2 (or 0xCB7CC2) is known color: Orchid. HEX triplet: CB, 7C and C2. RGB value is (203,124,194). Sum of RGB (Red+Green+Blue) = 203+124+194=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CC2 is #34833D. Grayscale: #9B9B9B. Windows color (decimal): -3441470 or 12745931. OLE color: 12745931.
HSL color Cylindrical-coordinate representation of color #CB7CC2: hue angle of 306.84º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7CC2 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 194 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.20 |
| HSL | 306.84º | 0.43% | 0.64% | - |
| HSV(B) | 306.84º | 0.39% | 0.8% | - |
| XYZ | 41.57 | 31.01 | 54.83 | - |
| YUV | 155.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 194 | 0 | 0.39 | 0.04 | 0.20 | 306.84 | 0.43 | 0.64 |
| Hex | CB | 7C | C2 | 0 | 27 | 4 | 14 | 133 | 2B | 40 |
| Octal | 313 | 174 | 302 | 0 | 47 | 4 | 24 | 463 | 53 | 100 |
| Binary | 11001011 | 1111100 | 11000010 | 0 | 100111 | 100 | 10100 | 100110011 | 101011 | 1000000 |
Color Harmonies of #CB7CC2
Complementary color
Monochromatic Colors of #CB7CC2
Black with #CB7CC2
Text Example
Text Example
White with #CB7CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CC2; }
p { color: rgb(203,124,194); }
H1.HeaderClassName
{
color: #CB7CC2;
}
.AnyTagClassName
{
color: #CB7CC2;
}
</style>
background-color css
<style>
a { background-color: #CB7CC2; }
a { background-color: rgb(203,124,194); }
div.DivClassName
{
background-color: #CB7CC2;
}
.BgClassName
{
background-color: #CB7CC2;
}
</style>
border-color css
<style>
span { border-color: #CB7CC2; }
span { border-color: rgb(203,124,194); }
td.TdClassName
{
border-color: #CB7CC2;
}
.TagClassName
{
border-color: #CB7CC2;
}
</style>