Shades of Orchid #CB7DDA
Tints of Orchid #CB7DDA
RGB
CMYK
RGB Variations
Color information
#CB7DDA (or 0xCB7DDA) is known color: Orchid. HEX triplet: CB, 7D and DA. RGB value is (203,125,218). Sum of RGB (Red+Green+Blue) = 203+125+218=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DDA is #348225. Grayscale: #9E9E9E. Windows color (decimal): -3441190 or 14319051. OLE color: 14319051.
HSL color Cylindrical-coordinate representation of color #CB7DDA: hue angle of 290.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7DDA is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 125 | 218 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.15 |
| HSL | 290.32º | 0.56% | 0.67% | - |
| HSV(B) | 290.32º | 0.43% | 0.85% | - |
| XYZ | 44.62 | 32.43 | 70.24 | - |
| YUV | 158.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 218 | 0.07 | 0.43 | 0 | 0.15 | 290.32 | 0.56 | 0.67 |
| Hex | CB | 7D | DA | 7 | 2B | 0 | F | 122 | 38 | 43 |
| Octal | 313 | 175 | 332 | 7 | 53 | 0 | 17 | 442 | 70 | 103 |
| Binary | 11001011 | 1111101 | 11011010 | 111 | 101011 | 0 | 1111 | 100100010 | 111000 | 1000011 |
Color Harmonies of #CB7DDA
Complementary color
Monochromatic Colors of #CB7DDA
Black with #CB7DDA
Text Example
Text Example
White with #CB7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DDA; }
p { color: rgb(203,125,218); }
H1.HeaderClassName
{
color: #CB7DDA;
}
.AnyTagClassName
{
color: #CB7DDA;
}
</style>
background-color css
<style>
a { background-color: #CB7DDA; }
a { background-color: rgb(203,125,218); }
div.DivClassName
{
background-color: #CB7DDA;
}
.BgClassName
{
background-color: #CB7DDA;
}
</style>
border-color css
<style>
span { border-color: #CB7DDA; }
span { border-color: rgb(203,125,218); }
td.TdClassName
{
border-color: #CB7DDA;
}
.TagClassName
{
border-color: #CB7DDA;
}
</style>