Shades of Orchid #D468CD
Tints of Orchid #D468CD
RGB
CMYK
RGB Variations
Color information
#D468CD (or 0xD468CD) is known color: Orchid. HEX triplet: D4, 68 and CD. RGB value is (212,104,205). Sum of RGB (Red+Green+Blue) = 212+104+205=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D468CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D468CD is #2B9732. Grayscale: #939393. Windows color (decimal): -2856755 or 13461716. OLE color: 13461716.
HSL color Cylindrical-coordinate representation of color #D468CD: hue angle of 303.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D468CD is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 205 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.17 |
| HSL | 303.89º | 0.56% | 0.62% | - |
| HSV(B) | 303.89º | 0.51% | 0.83% | - |
| XYZ | 43.12 | 28.31 | 60.95 | - |
| YUV | 147.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 205 | 0 | 0.51 | 0.03 | 0.17 | 303.89 | 0.56 | 0.62 |
| Hex | D4 | 68 | CD | 0 | 33 | 3 | 11 | 130 | 38 | 3E |
| Octal | 324 | 150 | 315 | 0 | 63 | 3 | 21 | 460 | 70 | 76 |
| Binary | 11010100 | 1101000 | 11001101 | 0 | 110011 | 11 | 10001 | 100110000 | 111000 | 111110 |
Color Harmonies of #D468CD
Complementary color
Monochromatic Colors of #D468CD
Black with #D468CD
Text Example
Text Example
White with #D468CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468CD; }
p { color: rgb(212,104,205); }
H1.HeaderClassName
{
color: #D468CD;
}
.AnyTagClassName
{
color: #D468CD;
}
</style>
background-color css
<style>
a { background-color: #D468CD; }
a { background-color: rgb(212,104,205); }
div.DivClassName
{
background-color: #D468CD;
}
.BgClassName
{
background-color: #D468CD;
}
</style>
border-color css
<style>
span { border-color: #D468CD; }
span { border-color: rgb(212,104,205); }
td.TdClassName
{
border-color: #D468CD;
}
.TagClassName
{
border-color: #D468CD;
}
</style>