Shades of Orchid #CB74CA
Tints of Orchid #CB74CA
RGB
CMYK
RGB Variations
Color information
#CB74CA (or 0xCB74CA) is known color: Orchid. HEX triplet: CB, 74 and CA. RGB value is (203,116,202). Sum of RGB (Red+Green+Blue) = 203+116+202=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74CA is #348B35. Grayscale: #979797. Windows color (decimal): -3443510 or 13268171. OLE color: 13268171.
HSL color Cylindrical-coordinate representation of color #CB74CA: hue angle of 300.69º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB74CA is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 202 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.20 |
| HSL | 300.69º | 0.46% | 0.63% | - |
| HSV(B) | 300.69º | 0.43% | 0.8% | - |
| XYZ | 41.53 | 29.45 | 59.37 | - |
| YUV | 151.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 202 | 0 | 0.43 | 0.00 | 0.20 | 300.69 | 0.46 | 0.63 |
| Hex | CB | 74 | CA | 0 | 2B | 0 | 14 | 12D | 2E | 3F |
| Octal | 313 | 164 | 312 | 0 | 53 | 0 | 24 | 455 | 56 | 77 |
| Binary | 11001011 | 1110100 | 11001010 | 0 | 101011 | 0 | 10100 | 100101101 | 101110 | 111111 |
Color Harmonies of #CB74CA
Complementary color
Monochromatic Colors of #CB74CA
Black with #CB74CA
Text Example
Text Example
White with #CB74CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74CA; }
p { color: rgb(203,116,202); }
H1.HeaderClassName
{
color: #CB74CA;
}
.AnyTagClassName
{
color: #CB74CA;
}
</style>
background-color css
<style>
a { background-color: #CB74CA; }
a { background-color: rgb(203,116,202); }
div.DivClassName
{
background-color: #CB74CA;
}
.BgClassName
{
background-color: #CB74CA;
}
</style>
border-color css
<style>
span { border-color: #CB74CA; }
span { border-color: rgb(203,116,202); }
td.TdClassName
{
border-color: #CB74CA;
}
.TagClassName
{
border-color: #CB74CA;
}
</style>