Shades of Orchid #CB74E0
Tints of Orchid #CB74E0
RGB
CMYK
RGB Variations
Color information
#CB74E0 (or 0xCB74E0) is known color: Orchid. HEX triplet: CB, 74 and E0. RGB value is (203,116,224). Sum of RGB (Red+Green+Blue) = 203+116+224=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB74E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74E0 is #348B1F. Grayscale: #999999. Windows color (decimal): -3443488 or 14709963. OLE color: 14709963.
HSL color Cylindrical-coordinate representation of color #CB74E0: hue angle of 288.33º 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 #CB74E0 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 116 | 224 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.12 |
| HSL | 288.33º | 0.64% | 0.67% | - |
| HSV(B) | 288.33º | 0.48% | 0.88% | - |
| XYZ | 44.33 | 30.57 | 74.09 | - |
| YUV | 154.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 224 | 0.09 | 0.48 | 0 | 0.12 | 288.33 | 0.64 | 0.67 |
| Hex | CB | 74 | E0 | 9 | 30 | 0 | C | 120 | 40 | 43 |
| Octal | 313 | 164 | 340 | 11 | 60 | 0 | 14 | 440 | 100 | 103 |
| Binary | 11001011 | 1110100 | 11100000 | 1001 | 110000 | 0 | 1100 | 100100000 | 1000000 | 1000011 |
Color Harmonies of #CB74E0
Complementary color
Monochromatic Colors of #CB74E0
Black with #CB74E0
Text Example
Text Example
White with #CB74E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74E0; }
p { color: rgb(203,116,224); }
H1.HeaderClassName
{
color: #CB74E0;
}
.AnyTagClassName
{
color: #CB74E0;
}
</style>
background-color css
<style>
a { background-color: #CB74E0; }
a { background-color: rgb(203,116,224); }
div.DivClassName
{
background-color: #CB74E0;
}
.BgClassName
{
background-color: #CB74E0;
}
</style>
border-color css
<style>
span { border-color: #CB74E0; }
span { border-color: rgb(203,116,224); }
td.TdClassName
{
border-color: #CB74E0;
}
.TagClassName
{
border-color: #CB74E0;
}
</style>