Shades of Orchid #CB75BC
Tints of Orchid #CB75BC
RGB
CMYK
RGB Variations
Color information
#CB75BC (or 0xCB75BC) is known color: Orchid. HEX triplet: CB, 75 and BC. RGB value is (203,117,188). Sum of RGB (Red+Green+Blue) = 203+117+188=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75BC is #348A43. Grayscale: #969696. Windows color (decimal): -3443268 or 12350923. OLE color: 12350923.
HSL color Cylindrical-coordinate representation of color #CB75BC: hue angle of 310.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB75BC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 188 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.20 |
| HSL | 310.47º | 0.45% | 0.63% | - |
| HSV(B) | 310.47º | 0.42% | 0.8% | - |
| XYZ | 40.07 | 29.05 | 51.07 | - |
| YUV | 150.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 188 | 0 | 0.42 | 0.07 | 0.20 | 310.47 | 0.45 | 0.63 |
| Hex | CB | 75 | BC | 0 | 2A | 7 | 14 | 136 | 2D | 3F |
| Octal | 313 | 165 | 274 | 0 | 52 | 7 | 24 | 466 | 55 | 77 |
| Binary | 11001011 | 1110101 | 10111100 | 0 | 101010 | 111 | 10100 | 100110110 | 101101 | 111111 |
Color Harmonies of #CB75BC
Complementary color
Monochromatic Colors of #CB75BC
Black with #CB75BC
Text Example
Text Example
White with #CB75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB75BC; }
p { color: rgb(203,117,188); }
H1.HeaderClassName
{
color: #CB75BC;
}
.AnyTagClassName
{
color: #CB75BC;
}
</style>
background-color css
<style>
a { background-color: #CB75BC; }
a { background-color: rgb(203,117,188); }
div.DivClassName
{
background-color: #CB75BC;
}
.BgClassName
{
background-color: #CB75BC;
}
</style>
border-color css
<style>
span { border-color: #CB75BC; }
span { border-color: rgb(203,117,188); }
td.TdClassName
{
border-color: #CB75BC;
}
.TagClassName
{
border-color: #CB75BC;
}
</style>