Shades of Orchid #CB77DD
Tints of Orchid #CB77DD
RGB
CMYK
RGB Variations
Color information
#CB77DD (or 0xCB77DD) is known color: Orchid. HEX triplet: CB, 77 and DD. RGB value is (203,119,221). Sum of RGB (Red+Green+Blue) = 203+119+221=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77DD is #348822. Grayscale: #9B9B9B. Windows color (decimal): -3442723 or 14514123. OLE color: 14514123.
HSL color Cylindrical-coordinate representation of color #CB77DD: hue angle of 289.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB77DD is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 119 | 221 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.13 |
| HSL | 289.41º | 0.6% | 0.67% | - |
| HSV(B) | 289.41º | 0.46% | 0.87% | - |
| XYZ | 44.28 | 31.11 | 72.08 | - |
| YUV | 155.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 221 | 0.08 | 0.46 | 0 | 0.13 | 289.41 | 0.6 | 0.67 |
| Hex | CB | 77 | DD | 8 | 2E | 0 | D | 121 | 3C | 43 |
| Octal | 313 | 167 | 335 | 10 | 56 | 0 | 15 | 441 | 74 | 103 |
| Binary | 11001011 | 1110111 | 11011101 | 1000 | 101110 | 0 | 1101 | 100100001 | 111100 | 1000011 |
Color Harmonies of #CB77DD
Complementary color
Monochromatic Colors of #CB77DD
Black with #CB77DD
Text Example
Text Example
White with #CB77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77DD; }
p { color: rgb(203,119,221); }
H1.HeaderClassName
{
color: #CB77DD;
}
.AnyTagClassName
{
color: #CB77DD;
}
</style>
background-color css
<style>
a { background-color: #CB77DD; }
a { background-color: rgb(203,119,221); }
div.DivClassName
{
background-color: #CB77DD;
}
.BgClassName
{
background-color: #CB77DD;
}
</style>
border-color css
<style>
span { border-color: #CB77DD; }
span { border-color: rgb(203,119,221); }
td.TdClassName
{
border-color: #CB77DD;
}
.TagClassName
{
border-color: #CB77DD;
}
</style>