Shades of Orchid #CB75BD
Tints of Orchid #CB75BD
RGB
CMYK
RGB Variations
Color information
#CB75BD (or 0xCB75BD) is known color: Orchid. HEX triplet: CB, 75 and BD. RGB value is (203,117,189). Sum of RGB (Red+Green+Blue) = 203+117+189=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75BD is #348A42. Grayscale: #969696. Windows color (decimal): -3443267 or 12416459. OLE color: 12416459.
HSL color Cylindrical-coordinate representation of color #CB75BD: hue angle of 309.77º 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 #CB75BD is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 189 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.20 |
| HSL | 309.77º | 0.45% | 0.63% | - |
| HSV(B) | 309.77º | 0.42% | 0.8% | - |
| XYZ | 40.18 | 29.09 | 51.64 | - |
| YUV | 150.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 189 | 0 | 0.42 | 0.07 | 0.20 | 309.77 | 0.45 | 0.63 |
| Hex | CB | 75 | BD | 0 | 2A | 7 | 14 | 136 | 2D | 3F |
| Octal | 313 | 165 | 275 | 0 | 52 | 7 | 24 | 466 | 55 | 77 |
| Binary | 11001011 | 1110101 | 10111101 | 0 | 101010 | 111 | 10100 | 100110110 | 101101 | 111111 |
Color Harmonies of #CB75BD
Complementary color
Monochromatic Colors of #CB75BD
Black with #CB75BD
Text Example
Text Example
White with #CB75BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB75BD; }
p { color: rgb(203,117,189); }
H1.HeaderClassName
{
color: #CB75BD;
}
.AnyTagClassName
{
color: #CB75BD;
}
</style>
background-color css
<style>
a { background-color: #CB75BD; }
a { background-color: rgb(203,117,189); }
div.DivClassName
{
background-color: #CB75BD;
}
.BgClassName
{
background-color: #CB75BD;
}
</style>
border-color css
<style>
span { border-color: #CB75BD; }
span { border-color: rgb(203,117,189); }
td.TdClassName
{
border-color: #CB75BD;
}
.TagClassName
{
border-color: #CB75BD;
}
</style>