Shades of Orchid #CB75C9
Tints of Orchid #CB75C9
RGB
CMYK
RGB Variations
Color information
#CB75C9 (or 0xCB75C9) is known color: Orchid. HEX triplet: CB, 75 and C9. RGB value is (203,117,201). Sum of RGB (Red+Green+Blue) = 203+117+201=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75C9 is #348A36. Grayscale: #989898. Windows color (decimal): -3443255 or 13202891. OLE color: 13202891.
HSL color Cylindrical-coordinate representation of color #CB75C9: hue angle of 301.4º 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 #CB75C9 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 201 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.20 |
| HSL | 301.4º | 0.45% | 0.63% | - |
| HSV(B) | 301.4º | 0.42% | 0.8% | - |
| XYZ | 41.53 | 29.64 | 58.79 | - |
| YUV | 152.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 201 | 0 | 0.42 | 0.01 | 0.20 | 301.4 | 0.45 | 0.63 |
| Hex | CB | 75 | C9 | 0 | 2A | 1 | 14 | 12D | 2D | 3F |
| Octal | 313 | 165 | 311 | 0 | 52 | 1 | 24 | 455 | 55 | 77 |
| Binary | 11001011 | 1110101 | 11001001 | 0 | 101010 | 1 | 10100 | 100101101 | 101101 | 111111 |
Color Harmonies of #CB75C9
Complementary color
Monochromatic Colors of #CB75C9
Black with #CB75C9
Text Example
Text Example
White with #CB75C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB75C9; }
p { color: rgb(203,117,201); }
H1.HeaderClassName
{
color: #CB75C9;
}
.AnyTagClassName
{
color: #CB75C9;
}
</style>
background-color css
<style>
a { background-color: #CB75C9; }
a { background-color: rgb(203,117,201); }
div.DivClassName
{
background-color: #CB75C9;
}
.BgClassName
{
background-color: #CB75C9;
}
</style>
border-color css
<style>
span { border-color: #CB75C9; }
span { border-color: rgb(203,117,201); }
td.TdClassName
{
border-color: #CB75C9;
}
.TagClassName
{
border-color: #CB75C9;
}
</style>