Shades of Orchid #D067C5
Tints of Orchid #D067C5
RGB
CMYK
RGB Variations
Color information
#D067C5 (or 0xD067C5) is known color: Orchid. HEX triplet: D0, 67 and C5. RGB value is (208,103,197). Sum of RGB (Red+Green+Blue) = 208+103+197=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D067C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067C5 is #2F983A. Grayscale: #909090. Windows color (decimal): -3119163 or 12937168. OLE color: 12937168.
HSL color Cylindrical-coordinate representation of color #D067C5: hue angle of 306.29º 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 #D067C5 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 197 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.18 |
| HSL | 306.29º | 0.53% | 0.61% | - |
| HSV(B) | 306.29º | 0.5% | 0.82% | - |
| XYZ | 40.94 | 27.14 | 55.9 | - |
| YUV | 145.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 197 | 0 | 0.50 | 0.05 | 0.18 | 306.29 | 0.53 | 0.61 |
| Hex | D0 | 67 | C5 | 0 | 32 | 5 | 12 | 132 | 35 | 3D |
| Octal | 320 | 147 | 305 | 0 | 62 | 5 | 22 | 462 | 65 | 75 |
| Binary | 11010000 | 1100111 | 11000101 | 0 | 110010 | 101 | 10010 | 100110010 | 110101 | 111101 |
Color Harmonies of #D067C5
Complementary color
Monochromatic Colors of #D067C5
Black with #D067C5
Text Example
Text Example
White with #D067C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067C5; }
p { color: rgb(208,103,197); }
H1.HeaderClassName
{
color: #D067C5;
}
.AnyTagClassName
{
color: #D067C5;
}
</style>
background-color css
<style>
a { background-color: #D067C5; }
a { background-color: rgb(208,103,197); }
div.DivClassName
{
background-color: #D067C5;
}
.BgClassName
{
background-color: #D067C5;
}
</style>
border-color css
<style>
span { border-color: #D067C5; }
span { border-color: rgb(208,103,197); }
td.TdClassName
{
border-color: #D067C5;
}
.TagClassName
{
border-color: #D067C5;
}
</style>