Shades of Orchid #D067C9
Tints of Orchid #D067C9
RGB
CMYK
RGB Variations
Color information
#D067C9 (or 0xD067C9) is known color: Orchid. HEX triplet: D0, 67 and C9. RGB value is (208,103,201). Sum of RGB (Red+Green+Blue) = 208+103+201=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D067C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067C9 is #2F9836. Grayscale: #919191. Windows color (decimal): -3119159 or 13199312. OLE color: 13199312.
HSL color Cylindrical-coordinate representation of color #D067C9: hue angle of 304º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D067C9 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 201 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.18 |
| HSL | 304º | 0.53% | 0.61% | - |
| HSV(B) | 304º | 0.5% | 0.82% | - |
| XYZ | 41.41 | 27.33 | 58.35 | - |
| YUV | 145.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 201 | 0 | 0.50 | 0.03 | 0.18 | 304 | 0.53 | 0.61 |
| Hex | D0 | 67 | C9 | 0 | 32 | 3 | 12 | 130 | 35 | 3D |
| Octal | 320 | 147 | 311 | 0 | 62 | 3 | 22 | 460 | 65 | 75 |
| Binary | 11010000 | 1100111 | 11001001 | 0 | 110010 | 11 | 10010 | 100110000 | 110101 | 111101 |
Color Harmonies of #D067C9
Complementary color
Monochromatic Colors of #D067C9
Black with #D067C9
Text Example
Text Example
White with #D067C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067C9; }
p { color: rgb(208,103,201); }
H1.HeaderClassName
{
color: #D067C9;
}
.AnyTagClassName
{
color: #D067C9;
}
</style>
background-color css
<style>
a { background-color: #D067C9; }
a { background-color: rgb(208,103,201); }
div.DivClassName
{
background-color: #D067C9;
}
.BgClassName
{
background-color: #D067C9;
}
</style>
border-color css
<style>
span { border-color: #D067C9; }
span { border-color: rgb(208,103,201); }
td.TdClassName
{
border-color: #D067C9;
}
.TagClassName
{
border-color: #D067C9;
}
</style>