Shades of Orchid #CB73DA
Tints of Orchid #CB73DA
RGB
CMYK
RGB Variations
Color information
#CB73DA (or 0xCB73DA) is known color: Orchid. HEX triplet: CB, 73 and DA. RGB value is (203,115,218). Sum of RGB (Red+Green+Blue) = 203+115+218=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73DA is #348C25. Grayscale: #989898. Windows color (decimal): -3443750 or 14316491. OLE color: 14316491.
HSL color Cylindrical-coordinate representation of color #CB73DA: hue angle of 291.26º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB73DA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 115 | 218 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.15 |
| HSL | 291.26º | 0.58% | 0.65% | - |
| HSV(B) | 291.26º | 0.47% | 0.85% | - |
| XYZ | 43.41 | 30.02 | 69.84 | - |
| YUV | 153.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 218 | 0.07 | 0.47 | 0 | 0.15 | 291.26 | 0.58 | 0.65 |
| Hex | CB | 73 | DA | 7 | 2F | 0 | F | 123 | 3A | 41 |
| Octal | 313 | 163 | 332 | 7 | 57 | 0 | 17 | 443 | 72 | 101 |
| Binary | 11001011 | 1110011 | 11011010 | 111 | 101111 | 0 | 1111 | 100100011 | 111010 | 1000001 |
Color Harmonies of #CB73DA
Complementary color
Monochromatic Colors of #CB73DA
Black with #CB73DA
Text Example
Text Example
White with #CB73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73DA; }
p { color: rgb(203,115,218); }
H1.HeaderClassName
{
color: #CB73DA;
}
.AnyTagClassName
{
color: #CB73DA;
}
</style>
background-color css
<style>
a { background-color: #CB73DA; }
a { background-color: rgb(203,115,218); }
div.DivClassName
{
background-color: #CB73DA;
}
.BgClassName
{
background-color: #CB73DA;
}
</style>
border-color css
<style>
span { border-color: #CB73DA; }
span { border-color: rgb(203,115,218); }
td.TdClassName
{
border-color: #CB73DA;
}
.TagClassName
{
border-color: #CB73DA;
}
</style>