Shades of Orchid #D067D2
Tints of Orchid #D067D2
RGB
CMYK
RGB Variations
Color information
#D067D2 (or 0xD067D2) is known color: Orchid. HEX triplet: D0, 67 and D2. RGB value is (208,103,210). Sum of RGB (Red+Green+Blue) = 208+103+210=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #D067D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067D2 is #2F982D. Grayscale: #929292. Windows color (decimal): -3119150 or 13789136. OLE color: 13789136.
HSL color Cylindrical-coordinate representation of color #D067D2: hue angle of 298.88º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D067D2 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 210 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.18 |
| HSL | 298.88º | 0.54% | 0.61% | - |
| HSV(B) | 298.88º | 0.51% | 0.82% | - |
| XYZ | 42.5 | 27.76 | 64.09 | - |
| YUV | 146.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 210 | 0.01 | 0.51 | 0 | 0.18 | 298.88 | 0.54 | 0.61 |
| Hex | D0 | 67 | D2 | 1 | 33 | 0 | 12 | 12B | 36 | 3D |
| Octal | 320 | 147 | 322 | 1 | 63 | 0 | 22 | 453 | 66 | 75 |
| Binary | 11010000 | 1100111 | 11010010 | 1 | 110011 | 0 | 10010 | 100101011 | 110110 | 111101 |
Color Harmonies of #D067D2
Complementary color
Monochromatic Colors of #D067D2
Black with #D067D2
Text Example
Text Example
White with #D067D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067D2; }
p { color: rgb(208,103,210); }
H1.HeaderClassName
{
color: #D067D2;
}
.AnyTagClassName
{
color: #D067D2;
}
</style>
background-color css
<style>
a { background-color: #D067D2; }
a { background-color: rgb(208,103,210); }
div.DivClassName
{
background-color: #D067D2;
}
.BgClassName
{
background-color: #D067D2;
}
</style>
border-color css
<style>
span { border-color: #D067D2; }
span { border-color: rgb(208,103,210); }
td.TdClassName
{
border-color: #D067D2;
}
.TagClassName
{
border-color: #D067D2;
}
</style>