Shades of Orchid #CB75CA
Tints of Orchid #CB75CA
RGB
CMYK
RGB Variations
Color information
#CB75CA (or 0xCB75CA) is known color: Orchid. HEX triplet: CB, 75 and CA. RGB value is (203,117,202). Sum of RGB (Red+Green+Blue) = 203+117+202=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75CA is #348A35. Grayscale: #989898. Windows color (decimal): -3443254 or 13268427. OLE color: 13268427.
HSL color Cylindrical-coordinate representation of color #CB75CA: hue angle of 300.7º 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 #CB75CA is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 202 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.20 |
| HSL | 300.7º | 0.45% | 0.63% | - |
| HSV(B) | 300.7º | 0.42% | 0.8% | - |
| XYZ | 41.65 | 29.68 | 59.41 | - |
| YUV | 152.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 202 | 0 | 0.42 | 0.00 | 0.20 | 300.7 | 0.45 | 0.63 |
| Hex | CB | 75 | CA | 0 | 2A | 0 | 14 | 12D | 2D | 3F |
| Octal | 313 | 165 | 312 | 0 | 52 | 0 | 24 | 455 | 55 | 77 |
| Binary | 11001011 | 1110101 | 11001010 | 0 | 101010 | 0 | 10100 | 100101101 | 101101 | 111111 |
Color Harmonies of #CB75CA
Complementary color
Monochromatic Colors of #CB75CA
Black with #CB75CA
Text Example
Text Example
White with #CB75CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB75CA; }
p { color: rgb(203,117,202); }
H1.HeaderClassName
{
color: #CB75CA;
}
.AnyTagClassName
{
color: #CB75CA;
}
</style>
background-color css
<style>
a { background-color: #CB75CA; }
a { background-color: rgb(203,117,202); }
div.DivClassName
{
background-color: #CB75CA;
}
.BgClassName
{
background-color: #CB75CA;
}
</style>
border-color css
<style>
span { border-color: #CB75CA; }
span { border-color: rgb(203,117,202); }
td.TdClassName
{
border-color: #CB75CA;
}
.TagClassName
{
border-color: #CB75CA;
}
</style>