Shades of Orchid #D069C4
Tints of Orchid #D069C4
RGB
CMYK
RGB Variations
Color information
#D069C4 (or 0xD069C4) is known color: Orchid. HEX triplet: D0, 69 and C4. RGB value is (208,105,196). Sum of RGB (Red+Green+Blue) = 208+105+196=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D069C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069C4 is #2F963B. Grayscale: #919191. Windows color (decimal): -3118652 or 12872144. OLE color: 12872144.
HSL color Cylindrical-coordinate representation of color #D069C4: hue angle of 306.99º degrees, saturation: 0.52, 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 #D069C4 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 196 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.18 |
| HSL | 306.99º | 0.52% | 0.61% | - |
| HSV(B) | 306.99º | 0.5% | 0.82% | - |
| XYZ | 41.03 | 27.5 | 55.37 | - |
| YUV | 146.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 196 | 0 | 0.50 | 0.06 | 0.18 | 306.99 | 0.52 | 0.61 |
| Hex | D0 | 69 | C4 | 0 | 32 | 6 | 12 | 133 | 34 | 3D |
| Octal | 320 | 151 | 304 | 0 | 62 | 6 | 22 | 463 | 64 | 75 |
| Binary | 11010000 | 1101001 | 11000100 | 0 | 110010 | 110 | 10010 | 100110011 | 110100 | 111101 |
Color Harmonies of #D069C4
Complementary color
Monochromatic Colors of #D069C4
Black with #D069C4
Text Example
Text Example
White with #D069C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D069C4; }
p { color: rgb(208,105,196); }
H1.HeaderClassName
{
color: #D069C4;
}
.AnyTagClassName
{
color: #D069C4;
}
</style>
background-color css
<style>
a { background-color: #D069C4; }
a { background-color: rgb(208,105,196); }
div.DivClassName
{
background-color: #D069C4;
}
.BgClassName
{
background-color: #D069C4;
}
</style>
border-color css
<style>
span { border-color: #D069C4; }
span { border-color: rgb(208,105,196); }
td.TdClassName
{
border-color: #D069C4;
}
.TagClassName
{
border-color: #D069C4;
}
</style>