Shades of Orchid #CB74BE
Tints of Orchid #CB74BE
RGB
CMYK
RGB Variations
Color information
#CB74BE (or 0xCB74BE) is known color: Orchid. HEX triplet: CB, 74 and BE. RGB value is (203,116,190). Sum of RGB (Red+Green+Blue) = 203+116+190=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74BE is #348B41. Grayscale: #969696. Windows color (decimal): -3443522 or 12481739. OLE color: 12481739.
HSL color Cylindrical-coordinate representation of color #CB74BE: hue angle of 308.97º 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 #CB74BE is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 190 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.20 |
| HSL | 308.97º | 0.46% | 0.63% | - |
| HSV(B) | 308.97º | 0.43% | 0.8% | - |
| XYZ | 40.17 | 28.91 | 52.18 | - |
| YUV | 150.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 190 | 0 | 0.43 | 0.06 | 0.20 | 308.97 | 0.46 | 0.63 |
| Hex | CB | 74 | BE | 0 | 2B | 6 | 14 | 135 | 2E | 3F |
| Octal | 313 | 164 | 276 | 0 | 53 | 6 | 24 | 465 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10111110 | 0 | 101011 | 110 | 10100 | 100110101 | 101110 | 111111 |
Color Harmonies of #CB74BE
Complementary color
Monochromatic Colors of #CB74BE
Black with #CB74BE
Text Example
Text Example
White with #CB74BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74BE; }
p { color: rgb(203,116,190); }
H1.HeaderClassName
{
color: #CB74BE;
}
.AnyTagClassName
{
color: #CB74BE;
}
</style>
background-color css
<style>
a { background-color: #CB74BE; }
a { background-color: rgb(203,116,190); }
div.DivClassName
{
background-color: #CB74BE;
}
.BgClassName
{
background-color: #CB74BE;
}
</style>
border-color css
<style>
span { border-color: #CB74BE; }
span { border-color: rgb(203,116,190); }
td.TdClassName
{
border-color: #CB74BE;
}
.TagClassName
{
border-color: #CB74BE;
}
</style>