Shades of Orchid #D468DC
Tints of Orchid #D468DC
RGB
CMYK
RGB Variations
Color information
#D468DC (or 0xD468DC) is known color: Orchid. HEX triplet: D4, 68 and DC. RGB value is (212,104,220). Sum of RGB (Red+Green+Blue) = 212+104+220=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #D468DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D468DC is #2B9723. Grayscale: #959595. Windows color (decimal): -2856740 or 14444756. OLE color: 14444756.
HSL color Cylindrical-coordinate representation of color #D468DC: hue angle of 295.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D468DC is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 104 | 220 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.14 |
| HSL | 295.86º | 0.62% | 0.64% | - |
| HSV(B) | 295.86º | 0.53% | 0.86% | - |
| XYZ | 45.02 | 29.06 | 70.95 | - |
| YUV | 149.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 220 | 0.04 | 0.53 | 0 | 0.14 | 295.86 | 0.62 | 0.64 |
| Hex | D4 | 68 | DC | 4 | 35 | 0 | E | 128 | 3E | 40 |
| Octal | 324 | 150 | 334 | 4 | 65 | 0 | 16 | 450 | 76 | 100 |
| Binary | 11010100 | 1101000 | 11011100 | 100 | 110101 | 0 | 1110 | 100101000 | 111110 | 1000000 |
Color Harmonies of #D468DC
Complementary color
Monochromatic Colors of #D468DC
Black with #D468DC
Text Example
Text Example
White with #D468DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468DC; }
p { color: rgb(212,104,220); }
H1.HeaderClassName
{
color: #D468DC;
}
.AnyTagClassName
{
color: #D468DC;
}
</style>
background-color css
<style>
a { background-color: #D468DC; }
a { background-color: rgb(212,104,220); }
div.DivClassName
{
background-color: #D468DC;
}
.BgClassName
{
background-color: #D468DC;
}
</style>
border-color css
<style>
span { border-color: #D468DC; }
span { border-color: rgb(212,104,220); }
td.TdClassName
{
border-color: #D468DC;
}
.TagClassName
{
border-color: #D468DC;
}
</style>