Shades of Orchid #CB77DF
Tints of Orchid #CB77DF
RGB
CMYK
RGB Variations
Color information
#CB77DF (or 0xCB77DF) is known color: Orchid. HEX triplet: CB, 77 and DF. RGB value is (203,119,223). Sum of RGB (Red+Green+Blue) = 203+119+223=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77DF is #348820. Grayscale: #9B9B9B. Windows color (decimal): -3442721 or 14645195. OLE color: 14645195.
HSL color Cylindrical-coordinate representation of color #CB77DF: hue angle of 288.46º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB77DF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 119 | 223 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.13 |
| HSL | 288.46º | 0.62% | 0.67% | - |
| HSV(B) | 288.46º | 0.47% | 0.87% | - |
| XYZ | 44.54 | 31.22 | 73.49 | - |
| YUV | 155.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 223 | 0.09 | 0.47 | 0 | 0.13 | 288.46 | 0.62 | 0.67 |
| Hex | CB | 77 | DF | 9 | 2F | 0 | D | 120 | 3E | 43 |
| Octal | 313 | 167 | 337 | 11 | 57 | 0 | 15 | 440 | 76 | 103 |
| Binary | 11001011 | 1110111 | 11011111 | 1001 | 101111 | 0 | 1101 | 100100000 | 111110 | 1000011 |
Color Harmonies of #CB77DF
Complementary color
Monochromatic Colors of #CB77DF
Black with #CB77DF
Text Example
Text Example
White with #CB77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77DF; }
p { color: rgb(203,119,223); }
H1.HeaderClassName
{
color: #CB77DF;
}
.AnyTagClassName
{
color: #CB77DF;
}
</style>
background-color css
<style>
a { background-color: #CB77DF; }
a { background-color: rgb(203,119,223); }
div.DivClassName
{
background-color: #CB77DF;
}
.BgClassName
{
background-color: #CB77DF;
}
</style>
border-color css
<style>
span { border-color: #CB77DF; }
span { border-color: rgb(203,119,223); }
td.TdClassName
{
border-color: #CB77DF;
}
.TagClassName
{
border-color: #CB77DF;
}
</style>