Shades of Orchid #CB7FDA
Tints of Orchid #CB7FDA
RGB
CMYK
RGB Variations
Color information
#CB7FDA (or 0xCB7FDA) is known color: Orchid. HEX triplet: CB, 7F and DA. RGB value is (203,127,218). Sum of RGB (Red+Green+Blue) = 203+127+218=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FDA is #348025. Grayscale: #9F9F9F. Windows color (decimal): -3440678 or 14319563. OLE color: 14319563.
HSL color Cylindrical-coordinate representation of color #CB7FDA: hue angle of 290.11º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7FDA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 127 | 218 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.15 |
| HSL | 290.11º | 0.55% | 0.68% | - |
| HSV(B) | 290.11º | 0.42% | 0.85% | - |
| XYZ | 44.87 | 32.94 | 70.32 | - |
| YUV | 160.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 218 | 0.07 | 0.42 | 0 | 0.15 | 290.11 | 0.55 | 0.68 |
| Hex | CB | 7F | DA | 7 | 2A | 0 | F | 122 | 37 | 44 |
| Octal | 313 | 177 | 332 | 7 | 52 | 0 | 17 | 442 | 67 | 104 |
| Binary | 11001011 | 1111111 | 11011010 | 111 | 101010 | 0 | 1111 | 100100010 | 110111 | 1000100 |
Color Harmonies of #CB7FDA
Complementary color
Monochromatic Colors of #CB7FDA
Black with #CB7FDA
Text Example
Text Example
White with #CB7FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FDA; }
p { color: rgb(203,127,218); }
H1.HeaderClassName
{
color: #CB7FDA;
}
.AnyTagClassName
{
color: #CB7FDA;
}
</style>
background-color css
<style>
a { background-color: #CB7FDA; }
a { background-color: rgb(203,127,218); }
div.DivClassName
{
background-color: #CB7FDA;
}
.BgClassName
{
background-color: #CB7FDA;
}
</style>
border-color css
<style>
span { border-color: #CB7FDA; }
span { border-color: rgb(203,127,218); }
td.TdClassName
{
border-color: #CB7FDA;
}
.TagClassName
{
border-color: #CB7FDA;
}
</style>