Shades of Orchid #CB72BD
Tints of Orchid #CB72BD
RGB
CMYK
RGB Variations
Color information
#CB72BD (or 0xCB72BD) is known color: Orchid. HEX triplet: CB, 72 and BD. RGB value is (203,114,189). Sum of RGB (Red+Green+Blue) = 203+114+189=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72BD is #348D42. Grayscale: #949494. Windows color (decimal): -3444035 or 12415691. OLE color: 12415691.
HSL color Cylindrical-coordinate representation of color #CB72BD: hue angle of 309.44º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB72BD is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 189 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.20 |
| HSL | 309.44º | 0.46% | 0.62% | - |
| HSV(B) | 309.44º | 0.44% | 0.8% | - |
| XYZ | 39.83 | 28.41 | 51.53 | - |
| YUV | 149.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 189 | 0 | 0.44 | 0.07 | 0.20 | 309.44 | 0.46 | 0.62 |
| Hex | CB | 72 | BD | 0 | 2C | 7 | 14 | 135 | 2E | 3E |
| Octal | 313 | 162 | 275 | 0 | 54 | 7 | 24 | 465 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10111101 | 0 | 101100 | 111 | 10100 | 100110101 | 101110 | 111110 |
Color Harmonies of #CB72BD
Complementary color
Monochromatic Colors of #CB72BD
Black with #CB72BD
Text Example
Text Example
White with #CB72BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72BD; }
p { color: rgb(203,114,189); }
H1.HeaderClassName
{
color: #CB72BD;
}
.AnyTagClassName
{
color: #CB72BD;
}
</style>
background-color css
<style>
a { background-color: #CB72BD; }
a { background-color: rgb(203,114,189); }
div.DivClassName
{
background-color: #CB72BD;
}
.BgClassName
{
background-color: #CB72BD;
}
</style>
border-color css
<style>
span { border-color: #CB72BD; }
span { border-color: rgb(203,114,189); }
td.TdClassName
{
border-color: #CB72BD;
}
.TagClassName
{
border-color: #CB72BD;
}
</style>