#D485D9

Color #D485D9 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D485D9

Tints of Orchid #D485D9

Color information

#D485D9 (or 0xD485D9) is unknown color: approx Orchid. HEX triplet: D4, 85 and D9. RGB value is (212,133,217). Sum of RGB (Red+Green+Blue) = 212+133+217=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #D485D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485D9 is #2B7A26. Grayscale: #A5A5A5. Windows color (decimal): -2849319 or 14255572. OLE color: 14255572.

HSL color Cylindrical-coordinate representation of color #D485D9: hue angle of 296.43º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D485D9 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212133217-
CMYK0.020.3900.15
HSL296.43º52.5%68.63%-
HSV(B)296.43º38.71%85.1%-
XYZ48.0635.7870.02-
YUV166.2156.67160.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=37.72%
G=23.67%
B=38.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121332170.020.3900.15296.4352.568.63
HexD485D92270F1283445
Octal32420533124701745064105
Binary11010100100001011101100110100111011111001010001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485D9; }

 p { color: rgb(212,133,217); }

 H1.HeaderClassName
 {
   color: #D485D9;
 }
 .AnyTagClassName
 {
   color: #D485D9;
 }
</style>
background-color css

<style>
 a { background-color: #D485D9; }

 a { background-color: rgb(212,133,217); }

 div.DivClassName
 {
   background-color: #D485D9;
 }
 .BgClassName
 {
   background-color: #D485D9;
 }
</style>
border-color css

<style>
 span { border-color: #D485D9; }

 span { border-color: rgb(212,133,217); }

 td.TdClassName
 {
   border-color: #D485D9;
 }
 .TagClassName
 {
   border-color: #D485D9;
 }
</style>