Shades of Orchid #CB77CD
Tints of Orchid #CB77CD
RGB
CMYK
RGB Variations
Color information
#CB77CD (or 0xCB77CD) is known color: Orchid. HEX triplet: CB, 77 and CD. RGB value is (203,119,205). Sum of RGB (Red+Green+Blue) = 203+119+205=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77CD is #348832. Grayscale: #999999. Windows color (decimal): -3442739 or 13465547. OLE color: 13465547.
HSL color Cylindrical-coordinate representation of color #CB77CD: hue angle of 298.6º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB77CD is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 205 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.20 |
| HSL | 298.6º | 0.46% | 0.64% | - |
| HSV(B) | 298.6º | 0.42% | 0.8% | - |
| XYZ | 42.24 | 30.3 | 61.38 | - |
| YUV | 153.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 205 | 0.01 | 0.42 | 0 | 0.20 | 298.6 | 0.46 | 0.64 |
| Hex | CB | 77 | CD | 1 | 2A | 0 | 14 | 12B | 2E | 40 |
| Octal | 313 | 167 | 315 | 1 | 52 | 0 | 24 | 453 | 56 | 100 |
| Binary | 11001011 | 1110111 | 11001101 | 1 | 101010 | 0 | 10100 | 100101011 | 101110 | 1000000 |
Color Harmonies of #CB77CD
Complementary color
Monochromatic Colors of #CB77CD
Black with #CB77CD
Text Example
Text Example
White with #CB77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77CD; }
p { color: rgb(203,119,205); }
H1.HeaderClassName
{
color: #CB77CD;
}
.AnyTagClassName
{
color: #CB77CD;
}
</style>
background-color css
<style>
a { background-color: #CB77CD; }
a { background-color: rgb(203,119,205); }
div.DivClassName
{
background-color: #CB77CD;
}
.BgClassName
{
background-color: #CB77CD;
}
</style>
border-color css
<style>
span { border-color: #CB77CD; }
span { border-color: rgb(203,119,205); }
td.TdClassName
{
border-color: #CB77CD;
}
.TagClassName
{
border-color: #CB77CD;
}
</style>