Shades of Orchid #CB74C0
Tints of Orchid #CB74C0
RGB
CMYK
RGB Variations
Color information
#CB74C0 (or 0xCB74C0) is known color: Orchid. HEX triplet: CB, 74 and C0. RGB value is (203,116,192). Sum of RGB (Red+Green+Blue) = 203+116+192=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74C0 is #348B3F. Grayscale: #969696. Windows color (decimal): -3443520 or 12612811. OLE color: 12612811.
HSL color Cylindrical-coordinate representation of color #CB74C0: hue angle of 307.59º 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 #CB74C0 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 192 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.20 |
| HSL | 307.59º | 0.46% | 0.63% | - |
| HSV(B) | 307.59º | 0.43% | 0.8% | - |
| XYZ | 40.39 | 28.99 | 53.34 | - |
| YUV | 150.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 192 | 0 | 0.43 | 0.05 | 0.20 | 307.59 | 0.46 | 0.63 |
| Hex | CB | 74 | C0 | 0 | 2B | 5 | 14 | 134 | 2E | 3F |
| Octal | 313 | 164 | 300 | 0 | 53 | 5 | 24 | 464 | 56 | 77 |
| Binary | 11001011 | 1110100 | 11000000 | 0 | 101011 | 101 | 10100 | 100110100 | 101110 | 111111 |
Color Harmonies of #CB74C0
Complementary color
Monochromatic Colors of #CB74C0
Black with #CB74C0
Text Example
Text Example
White with #CB74C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74C0; }
p { color: rgb(203,116,192); }
H1.HeaderClassName
{
color: #CB74C0;
}
.AnyTagClassName
{
color: #CB74C0;
}
</style>
background-color css
<style>
a { background-color: #CB74C0; }
a { background-color: rgb(203,116,192); }
div.DivClassName
{
background-color: #CB74C0;
}
.BgClassName
{
background-color: #CB74C0;
}
</style>
border-color css
<style>
span { border-color: #CB74C0; }
span { border-color: rgb(203,116,192); }
td.TdClassName
{
border-color: #CB74C0;
}
.TagClassName
{
border-color: #CB74C0;
}
</style>