Shades of Orchid #CB7DD3
Tints of Orchid #CB7DD3
RGB
CMYK
RGB Variations
Color information
#CB7DD3 (or 0xCB7DD3) is known color: Orchid. HEX triplet: CB, 7D and D3. RGB value is (203,125,211). Sum of RGB (Red+Green+Blue) = 203+125+211=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB7DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DD3 is #34822C. Grayscale: #9D9D9D. Windows color (decimal): -3441197 or 13860299. OLE color: 13860299.
HSL color Cylindrical-coordinate representation of color #CB7DD3: hue angle of 294.42º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB7DD3 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 125 | 211 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.17 |
| HSL | 294.42º | 0.49% | 0.66% | - |
| HSV(B) | 294.42º | 0.41% | 0.83% | - |
| XYZ | 43.72 | 32.07 | 65.51 | - |
| YUV | 158.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 211 | 0.04 | 0.41 | 0 | 0.17 | 294.42 | 0.49 | 0.66 |
| Hex | CB | 7D | D3 | 4 | 29 | 0 | 11 | 126 | 31 | 42 |
| Octal | 313 | 175 | 323 | 4 | 51 | 0 | 21 | 446 | 61 | 102 |
| Binary | 11001011 | 1111101 | 11010011 | 100 | 101001 | 0 | 10001 | 100100110 | 110001 | 1000010 |
Color Harmonies of #CB7DD3
Complementary color
Monochromatic Colors of #CB7DD3
Black with #CB7DD3
Text Example
Text Example
White with #CB7DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DD3; }
p { color: rgb(203,125,211); }
H1.HeaderClassName
{
color: #CB7DD3;
}
.AnyTagClassName
{
color: #CB7DD3;
}
</style>
background-color css
<style>
a { background-color: #CB7DD3; }
a { background-color: rgb(203,125,211); }
div.DivClassName
{
background-color: #CB7DD3;
}
.BgClassName
{
background-color: #CB7DD3;
}
</style>
border-color css
<style>
span { border-color: #CB7DD3; }
span { border-color: rgb(203,125,211); }
td.TdClassName
{
border-color: #CB7DD3;
}
.TagClassName
{
border-color: #CB7DD3;
}
</style>