Shades of Orchid #D567CD
Tints of Orchid #D567CD
RGB
CMYK
RGB Variations
Color information
#D567CD (or 0xD567CD) is known color: Orchid. HEX triplet: D5, 67 and CD. RGB value is (213,103,205). Sum of RGB (Red+Green+Blue) = 213+103+205=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D567CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567CD is #2A9832. Grayscale: #939393. Windows color (decimal): -2791475 or 13461461. OLE color: 13461461.
HSL color Cylindrical-coordinate representation of color #D567CD: hue angle of 304.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D567CD is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 205 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.16 |
| HSL | 304.36º | 0.57% | 0.62% | - |
| HSV(B) | 304.36º | 0.52% | 0.84% | - |
| XYZ | 43.31 | 28.25 | 60.93 | - |
| YUV | 147.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 205 | 0 | 0.52 | 0.04 | 0.16 | 304.36 | 0.57 | 0.62 |
| Hex | D5 | 67 | CD | 0 | 34 | 4 | 10 | 130 | 39 | 3E |
| Octal | 325 | 147 | 315 | 0 | 64 | 4 | 20 | 460 | 71 | 76 |
| Binary | 11010101 | 1100111 | 11001101 | 0 | 110100 | 100 | 10000 | 100110000 | 111001 | 111110 |
Color Harmonies of #D567CD
Complementary color
Monochromatic Colors of #D567CD
Black with #D567CD
Text Example
Text Example
White with #D567CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D567CD; }
p { color: rgb(213,103,205); }
H1.HeaderClassName
{
color: #D567CD;
}
.AnyTagClassName
{
color: #D567CD;
}
</style>
background-color css
<style>
a { background-color: #D567CD; }
a { background-color: rgb(213,103,205); }
div.DivClassName
{
background-color: #D567CD;
}
.BgClassName
{
background-color: #D567CD;
}
</style>
border-color css
<style>
span { border-color: #D567CD; }
span { border-color: rgb(213,103,205); }
td.TdClassName
{
border-color: #D567CD;
}
.TagClassName
{
border-color: #D567CD;
}
</style>