Shades of Orchid #CB74BC
Tints of Orchid #CB74BC
RGB
CMYK
RGB Variations
Color information
#CB74BC (or 0xCB74BC) is known color: Orchid. HEX triplet: CB, 74 and BC. RGB value is (203,116,188). Sum of RGB (Red+Green+Blue) = 203+116+188=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74BC is #348B43. Grayscale: #969696. Windows color (decimal): -3443524 or 12350667. OLE color: 12350667.
HSL color Cylindrical-coordinate representation of color #CB74BC: hue angle of 310.34º 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 #CB74BC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 188 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.20 |
| HSL | 310.34º | 0.46% | 0.63% | - |
| HSV(B) | 310.34º | 0.43% | 0.8% | - |
| XYZ | 39.95 | 28.82 | 51.03 | - |
| YUV | 150.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 188 | 0 | 0.43 | 0.07 | 0.20 | 310.34 | 0.46 | 0.63 |
| Hex | CB | 74 | BC | 0 | 2B | 7 | 14 | 136 | 2E | 3F |
| Octal | 313 | 164 | 274 | 0 | 53 | 7 | 24 | 466 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10111100 | 0 | 101011 | 111 | 10100 | 100110110 | 101110 | 111111 |
Color Harmonies of #CB74BC
Complementary color
Monochromatic Colors of #CB74BC
Black with #CB74BC
Text Example
Text Example
White with #CB74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74BC; }
p { color: rgb(203,116,188); }
H1.HeaderClassName
{
color: #CB74BC;
}
.AnyTagClassName
{
color: #CB74BC;
}
</style>
background-color css
<style>
a { background-color: #CB74BC; }
a { background-color: rgb(203,116,188); }
div.DivClassName
{
background-color: #CB74BC;
}
.BgClassName
{
background-color: #CB74BC;
}
</style>
border-color css
<style>
span { border-color: #CB74BC; }
span { border-color: rgb(203,116,188); }
td.TdClassName
{
border-color: #CB74BC;
}
.TagClassName
{
border-color: #CB74BC;
}
</style>