Shades of Orchid #CB74E1
Tints of Orchid #CB74E1
RGB
CMYK
RGB Variations
Color information
#CB74E1 (or 0xCB74E1) is known color: Orchid. HEX triplet: CB, 74 and E1. RGB value is (203,116,225). Sum of RGB (Red+Green+Blue) = 203+116+225=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB74E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74E1 is #348B1E. Grayscale: #9A9A9A. Windows color (decimal): -3443487 or 14775499. OLE color: 14775499.
HSL color Cylindrical-coordinate representation of color #CB74E1: hue angle of 287.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB74E1 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 116 | 225 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.12 |
| HSL | 287.89º | 0.64% | 0.67% | - |
| HSV(B) | 287.89º | 0.48% | 0.88% | - |
| XYZ | 44.46 | 30.62 | 74.8 | - |
| YUV | 154.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 225 | 0.10 | 0.48 | 0 | 0.12 | 287.89 | 0.64 | 0.67 |
| Hex | CB | 74 | E1 | A | 30 | 0 | C | 120 | 40 | 43 |
| Octal | 313 | 164 | 341 | 12 | 60 | 0 | 14 | 440 | 100 | 103 |
| Binary | 11001011 | 1110100 | 11100001 | 1010 | 110000 | 0 | 1100 | 100100000 | 1000000 | 1000011 |
Color Harmonies of #CB74E1
Complementary color
Monochromatic Colors of #CB74E1
Black with #CB74E1
Text Example
Text Example
White with #CB74E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74E1; }
p { color: rgb(203,116,225); }
H1.HeaderClassName
{
color: #CB74E1;
}
.AnyTagClassName
{
color: #CB74E1;
}
</style>
background-color css
<style>
a { background-color: #CB74E1; }
a { background-color: rgb(203,116,225); }
div.DivClassName
{
background-color: #CB74E1;
}
.BgClassName
{
background-color: #CB74E1;
}
</style>
border-color css
<style>
span { border-color: #CB74E1; }
span { border-color: rgb(203,116,225); }
td.TdClassName
{
border-color: #CB74E1;
}
.TagClassName
{
border-color: #CB74E1;
}
</style>