Shades of Orchid #CB7BDA
Tints of Orchid #CB7BDA
RGB
CMYK
RGB Variations
Color information
#CB7BDA (or 0xCB7BDA) is known color: Orchid. HEX triplet: CB, 7B and DA. RGB value is (203,123,218). Sum of RGB (Red+Green+Blue) = 203+123+218=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BDA is #348425. Grayscale: #9D9D9D. Windows color (decimal): -3441702 or 14318539. OLE color: 14318539.
HSL color Cylindrical-coordinate representation of color #CB7BDA: hue angle of 290.53º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7BDA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 123 | 218 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.15 |
| HSL | 290.53º | 0.56% | 0.67% | - |
| HSV(B) | 290.53º | 0.44% | 0.85% | - |
| XYZ | 44.37 | 31.92 | 70.15 | - |
| YUV | 157.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 218 | 0.07 | 0.44 | 0 | 0.15 | 290.53 | 0.56 | 0.67 |
| Hex | CB | 7B | DA | 7 | 2C | 0 | F | 123 | 38 | 43 |
| Octal | 313 | 173 | 332 | 7 | 54 | 0 | 17 | 443 | 70 | 103 |
| Binary | 11001011 | 1111011 | 11011010 | 111 | 101100 | 0 | 1111 | 100100011 | 111000 | 1000011 |
Color Harmonies of #CB7BDA
Complementary color
Monochromatic Colors of #CB7BDA
Black with #CB7BDA
Text Example
Text Example
White with #CB7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BDA; }
p { color: rgb(203,123,218); }
H1.HeaderClassName
{
color: #CB7BDA;
}
.AnyTagClassName
{
color: #CB7BDA;
}
</style>
background-color css
<style>
a { background-color: #CB7BDA; }
a { background-color: rgb(203,123,218); }
div.DivClassName
{
background-color: #CB7BDA;
}
.BgClassName
{
background-color: #CB7BDA;
}
</style>
border-color css
<style>
span { border-color: #CB7BDA; }
span { border-color: rgb(203,123,218); }
td.TdClassName
{
border-color: #CB7BDA;
}
.TagClassName
{
border-color: #CB7BDA;
}
</style>