Shades of Orchid #D468DB
Tints of Orchid #D468DB
RGB
CMYK
RGB Variations
Color information
#D468DB (or 0xD468DB) is known color: Orchid. HEX triplet: D4, 68 and DB. RGB value is (212,104,219). Sum of RGB (Red+Green+Blue) = 212+104+219=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #D468DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D468DB is #2B9724. Grayscale: #959595. Windows color (decimal): -2856741 or 14379220. OLE color: 14379220.
HSL color Cylindrical-coordinate representation of color #D468DB: hue angle of 296.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D468DB is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 104 | 219 | - |
CMYK | 0.03 | 0.53 | 0 | 0.14 |
HSL | 296.35º | 0.61% | 0.63% | - |
HSV(B) | 296.35º | 0.53% | 0.86% | - |
XYZ | 44.89 | 29.01 | 70.25 | - |
YUV | 149.4 | 167.28 | 172.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 104 | 219 | 0.03 | 0.53 | 0 | 0.14 | 296.35 | 0.61 | 0.63 |
Hex | D4 | 68 | DB | 3 | 35 | 0 | E | 128 | 3D | 3F |
Octal | 324 | 150 | 333 | 3 | 65 | 0 | 16 | 450 | 75 | 77 |
Binary | 11010100 | 1101000 | 11011011 | 11 | 110101 | 0 | 1110 | 100101000 | 111101 | 111111 |
Color Harmonies of #D468DB
Complementary color
Monochromatic Colors of #D468DB
Black with #D468DB
Text Example
Text Example
White with #D468DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468DB; }
p { color: rgb(212,104,219); }
H1.HeaderClassName
{
color: #D468DB;
}
.AnyTagClassName
{
color: #D468DB;
}
</style>
background-color css
<style>
a { background-color: #D468DB; }
a { background-color: rgb(212,104,219); }
div.DivClassName
{
background-color: #D468DB;
}
.BgClassName
{
background-color: #D468DB;
}
</style>
border-color css
<style>
span { border-color: #D468DB; }
span { border-color: rgb(212,104,219); }
td.TdClassName
{
border-color: #D468DB;
}
.TagClassName
{
border-color: #D468DB;
}
</style>