Shades of Orchid #CB72E5
Tints of Orchid #CB72E5
RGB
CMYK
RGB Variations
Color information
#CB72E5 (or 0xCB72E5) is known color: Orchid. HEX triplet: CB, 72 and E5. RGB value is (203,114,229). Sum of RGB (Red+Green+Blue) = 203+114+229=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB72E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72E5 is #348D1A. Grayscale: #999999. Windows color (decimal): -3443995 or 15037131. OLE color: 15037131.
HSL color Cylindrical-coordinate representation of color #CB72E5: hue angle of 286.43º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB72E5 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 114 | 229 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.10 |
| HSL | 286.43º | 0.69% | 0.67% | - |
| HSV(B) | 286.43º | 0.5% | 0.9% | - |
| XYZ | 44.79 | 30.39 | 77.63 | - |
| YUV | 153.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 229 | 0.11 | 0.50 | 0 | 0.10 | 286.43 | 0.69 | 0.67 |
| Hex | CB | 72 | E5 | B | 32 | 0 | A | 11E | 45 | 43 |
| Octal | 313 | 162 | 345 | 13 | 62 | 0 | 12 | 436 | 105 | 103 |
| Binary | 11001011 | 1110010 | 11100101 | 1011 | 110010 | 0 | 1010 | 100011110 | 1000101 | 1000011 |
Color Harmonies of #CB72E5
Complementary color
Monochromatic Colors of #CB72E5
Black with #CB72E5
Text Example
Text Example
White with #CB72E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72E5; }
p { color: rgb(203,114,229); }
H1.HeaderClassName
{
color: #CB72E5;
}
.AnyTagClassName
{
color: #CB72E5;
}
</style>
background-color css
<style>
a { background-color: #CB72E5; }
a { background-color: rgb(203,114,229); }
div.DivClassName
{
background-color: #CB72E5;
}
.BgClassName
{
background-color: #CB72E5;
}
</style>
border-color css
<style>
span { border-color: #CB72E5; }
span { border-color: rgb(203,114,229); }
td.TdClassName
{
border-color: #CB72E5;
}
.TagClassName
{
border-color: #CB72E5;
}
</style>