Shades of Orchid #CD73B5
Tints of Orchid #CD73B5
RGB
CMYK
RGB Variations
Color information
#CD73B5 (or 0xCD73B5) is known color: Orchid. HEX triplet: CD, 73 and B5. RGB value is (205,115,181). Sum of RGB (Red+Green+Blue) = 205+115+181=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD73B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73B5 is #328C4A. Grayscale: #959595. Windows color (decimal): -3312715 or 11891661. OLE color: 11891661.
HSL color Cylindrical-coordinate representation of color #CD73B5: hue angle of 316º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD73B5 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 115 | 181 | - |
CMYK | 0 | 0.44 | 0.12 | 0.20 |
HSL | 316º | 0.47% | 0.63% | - |
HSV(B) | 316º | 0.44% | 0.8% | - |
XYZ | 39.65 | 28.58 | 47.14 | - |
YUV | 149.43 | 145.82 | 167.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 115 | 181 | 0 | 0.44 | 0.12 | 0.20 | 316 | 0.47 | 0.63 |
Hex | CD | 73 | B5 | 0 | 2C | C | 14 | 13C | 2F | 3F |
Octal | 315 | 163 | 265 | 0 | 54 | 14 | 24 | 474 | 57 | 77 |
Binary | 11001101 | 1110011 | 10110101 | 0 | 101100 | 1100 | 10100 | 100111100 | 101111 | 111111 |
Color Harmonies of #CD73B5
Complementary color
Monochromatic Colors of #CD73B5
Black with #CD73B5
Text Example
Text Example
White with #CD73B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD73B5; }
p { color: rgb(205,115,181); }
H1.HeaderClassName
{
color: #CD73B5;
}
.AnyTagClassName
{
color: #CD73B5;
}
</style>
background-color css
<style>
a { background-color: #CD73B5; }
a { background-color: rgb(205,115,181); }
div.DivClassName
{
background-color: #CD73B5;
}
.BgClassName
{
background-color: #CD73B5;
}
</style>
border-color css
<style>
span { border-color: #CD73B5; }
span { border-color: rgb(205,115,181); }
td.TdClassName
{
border-color: #CD73B5;
}
.TagClassName
{
border-color: #CD73B5;
}
</style>