Shades of Orchid #CB74BB
Tints of Orchid #CB74BB
RGB
CMYK
RGB Variations
Color information
#CB74BB (or 0xCB74BB) is known color: Orchid. HEX triplet: CB, 74 and BB. RGB value is (203,116,187). Sum of RGB (Red+Green+Blue) = 203+116+187=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74BB is #348B44. Grayscale: #959595. Windows color (decimal): -3443525 or 12285131. OLE color: 12285131.
HSL color Cylindrical-coordinate representation of color #CB74BB: hue angle of 311.03º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB74BB is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 187 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.20 |
| HSL | 311.03º | 0.46% | 0.63% | - |
| HSV(B) | 311.03º | 0.43% | 0.8% | - |
| XYZ | 39.84 | 28.78 | 50.47 | - |
| YUV | 150.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 187 | 0 | 0.43 | 0.08 | 0.20 | 311.03 | 0.46 | 0.63 |
| Hex | CB | 74 | BB | 0 | 2B | 8 | 14 | 137 | 2E | 3F |
| Octal | 313 | 164 | 273 | 0 | 53 | 10 | 24 | 467 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10111011 | 0 | 101011 | 1000 | 10100 | 100110111 | 101110 | 111111 |
Color Harmonies of #CB74BB
Complementary color
Monochromatic Colors of #CB74BB
Black with #CB74BB
Text Example
Text Example
White with #CB74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74BB; }
p { color: rgb(203,116,187); }
H1.HeaderClassName
{
color: #CB74BB;
}
.AnyTagClassName
{
color: #CB74BB;
}
</style>
background-color css
<style>
a { background-color: #CB74BB; }
a { background-color: rgb(203,116,187); }
div.DivClassName
{
background-color: #CB74BB;
}
.BgClassName
{
background-color: #CB74BB;
}
</style>
border-color css
<style>
span { border-color: #CB74BB; }
span { border-color: rgb(203,116,187); }
td.TdClassName
{
border-color: #CB74BB;
}
.TagClassName
{
border-color: #CB74BB;
}
</style>