Shades of Orchid #CB76E4
Tints of Orchid #CB76E4
RGB
CMYK
RGB Variations
Color information
#CB76E4 (or 0xCB76E4) is known color: Orchid. HEX triplet: CB, 76 and E4. RGB value is (203,118,228). Sum of RGB (Red+Green+Blue) = 203+118+228=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB76E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76E4 is #34891B. Grayscale: #9B9B9B. Windows color (decimal): -3442972 or 14972619. OLE color: 14972619.
HSL color Cylindrical-coordinate representation of color #CB76E4: hue angle of 286.36º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB76E4 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 118 | 228 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.11 |
| HSL | 286.36º | 0.67% | 0.68% | - |
| HSV(B) | 286.36º | 0.48% | 0.89% | - |
| XYZ | 45.11 | 31.25 | 77.05 | - |
| YUV | 155.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 228 | 0.11 | 0.48 | 0 | 0.11 | 286.36 | 0.67 | 0.68 |
| Hex | CB | 76 | E4 | B | 30 | 0 | B | 11E | 43 | 44 |
| Octal | 313 | 166 | 344 | 13 | 60 | 0 | 13 | 436 | 103 | 104 |
| Binary | 11001011 | 1110110 | 11100100 | 1011 | 110000 | 0 | 1011 | 100011110 | 1000011 | 1000100 |
Color Harmonies of #CB76E4
Complementary color
Monochromatic Colors of #CB76E4
Black with #CB76E4
Text Example
Text Example
White with #CB76E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76E4; }
p { color: rgb(203,118,228); }
H1.HeaderClassName
{
color: #CB76E4;
}
.AnyTagClassName
{
color: #CB76E4;
}
</style>
background-color css
<style>
a { background-color: #CB76E4; }
a { background-color: rgb(203,118,228); }
div.DivClassName
{
background-color: #CB76E4;
}
.BgClassName
{
background-color: #CB76E4;
}
</style>
border-color css
<style>
span { border-color: #CB76E4; }
span { border-color: rgb(203,118,228); }
td.TdClassName
{
border-color: #CB76E4;
}
.TagClassName
{
border-color: #CB76E4;
}
</style>