Shades of Orchid #CB7DDB
Tints of Orchid #CB7DDB
RGB
CMYK
RGB Variations
Color information
#CB7DDB (or 0xCB7DDB) is known color: Orchid. HEX triplet: CB, 7D and DB. RGB value is (203,125,219). Sum of RGB (Red+Green+Blue) = 203+125+219=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DDB is #348224. Grayscale: #9E9E9E. Windows color (decimal): -3441189 or 14384587. OLE color: 14384587.
HSL color Cylindrical-coordinate representation of color #CB7DDB: hue angle of 289.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7DDB is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 125 | 219 | - |
CMYK | 0.07 | 0.43 | 0 | 0.14 |
HSL | 289.79º | 0.57% | 0.67% | - |
HSV(B) | 289.79º | 0.43% | 0.86% | - |
XYZ | 44.75 | 32.48 | 70.93 | - |
YUV | 159.04 | 161.84 | 159.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 125 | 219 | 0.07 | 0.43 | 0 | 0.14 | 289.79 | 0.57 | 0.67 |
Hex | CB | 7D | DB | 7 | 2B | 0 | E | 122 | 39 | 43 |
Octal | 313 | 175 | 333 | 7 | 53 | 0 | 16 | 442 | 71 | 103 |
Binary | 11001011 | 1111101 | 11011011 | 111 | 101011 | 0 | 1110 | 100100010 | 111001 | 1000011 |
Color Harmonies of #CB7DDB
Complementary color
Monochromatic Colors of #CB7DDB
Black with #CB7DDB
Text Example
Text Example
White with #CB7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DDB; }
p { color: rgb(203,125,219); }
H1.HeaderClassName
{
color: #CB7DDB;
}
.AnyTagClassName
{
color: #CB7DDB;
}
</style>
background-color css
<style>
a { background-color: #CB7DDB; }
a { background-color: rgb(203,125,219); }
div.DivClassName
{
background-color: #CB7DDB;
}
.BgClassName
{
background-color: #CB7DDB;
}
</style>
border-color css
<style>
span { border-color: #CB7DDB; }
span { border-color: rgb(203,125,219); }
td.TdClassName
{
border-color: #CB7DDB;
}
.TagClassName
{
border-color: #CB7DDB;
}
</style>