Shades of Orchid #CB75B7
Tints of Orchid #CB75B7
RGB
CMYK
RGB Variations
Color information
#CB75B7 (or 0xCB75B7) is known color: Orchid. HEX triplet: CB, 75 and B7. RGB value is (203,117,183). Sum of RGB (Red+Green+Blue) = 203+117+183=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75B7 is #348A48. Grayscale: #969696. Windows color (decimal): -3443273 or 12023243. OLE color: 12023243.
HSL color Cylindrical-coordinate representation of color #CB75B7: hue angle of 313.95º 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 #CB75B7 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 183 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.20 |
| HSL | 313.95º | 0.45% | 0.63% | - |
| HSV(B) | 313.95º | 0.42% | 0.8% | - |
| XYZ | 39.54 | 28.84 | 48.28 | - |
| YUV | 150.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 183 | 0 | 0.42 | 0.10 | 0.20 | 313.95 | 0.45 | 0.63 |
| Hex | CB | 75 | B7 | 0 | 2A | A | 14 | 13A | 2D | 3F |
| Octal | 313 | 165 | 267 | 0 | 52 | 12 | 24 | 472 | 55 | 77 |
| Binary | 11001011 | 1110101 | 10110111 | 0 | 101010 | 1010 | 10100 | 100111010 | 101101 | 111111 |
Color Harmonies of #CB75B7
Complementary color
Monochromatic Colors of #CB75B7
Black with #CB75B7
Text Example
Text Example
White with #CB75B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB75B7; }
p { color: rgb(203,117,183); }
H1.HeaderClassName
{
color: #CB75B7;
}
.AnyTagClassName
{
color: #CB75B7;
}
</style>
background-color css
<style>
a { background-color: #CB75B7; }
a { background-color: rgb(203,117,183); }
div.DivClassName
{
background-color: #CB75B7;
}
.BgClassName
{
background-color: #CB75B7;
}
</style>
border-color css
<style>
span { border-color: #CB75B7; }
span { border-color: rgb(203,117,183); }
td.TdClassName
{
border-color: #CB75B7;
}
.TagClassName
{
border-color: #CB75B7;
}
</style>