Shades of Orchid #D068C4
Tints of Orchid #D068C4
RGB
CMYK
RGB Variations
Color information
#D068C4 (or 0xD068C4) is known color: Orchid. HEX triplet: D0, 68 and C4. RGB value is (208,104,196). Sum of RGB (Red+Green+Blue) = 208+104+196=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D068C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068C4 is #2F973B. Grayscale: #919191. Windows color (decimal): -3118908 or 12871888. OLE color: 12871888.
HSL color Cylindrical-coordinate representation of color #D068C4: hue angle of 306.92º 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 #D068C4 is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 196 | - |
| CMYK | 0 | 0.5 | 0.06 | 0.18 |
| HSL | 306.92º | 0.53% | 0.61% | - |
| HSV(B) | 306.92º | 0.5% | 0.82% | - |
| XYZ | 40.93 | 27.3 | 55.34 | - |
| YUV | 145.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 196 | 0 | 0.5 | 0.06 | 0.18 | 306.92 | 0.53 | 0.61 |
| Hex | D0 | 68 | C4 | 0 | 32 | 6 | 12 | 133 | 35 | 3D |
| Octal | 320 | 150 | 304 | 0 | 62 | 6 | 22 | 463 | 65 | 75 |
| Binary | 11010000 | 1101000 | 11000100 | 0 | 110010 | 110 | 10010 | 100110011 | 110101 | 111101 |
Color Harmonies of #D068C4
Complementary color
Monochromatic Colors of #D068C4
Black with #D068C4
Text Example
Text Example
White with #D068C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068C4; }
p { color: rgb(208,104,196); }
H1.HeaderClassName
{
color: #D068C4;
}
.AnyTagClassName
{
color: #D068C4;
}
</style>
background-color css
<style>
a { background-color: #D068C4; }
a { background-color: rgb(208,104,196); }
div.DivClassName
{
background-color: #D068C4;
}
.BgClassName
{
background-color: #D068C4;
}
</style>
border-color css
<style>
span { border-color: #D068C4; }
span { border-color: rgb(208,104,196); }
td.TdClassName
{
border-color: #D068C4;
}
.TagClassName
{
border-color: #D068C4;
}
</style>