#D485D6

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

Shades of Orchid #D485D6

Tints of Orchid #D485D6

Color information

#D485D6 (or 0xD485D6) is unknown color: approx Orchid. HEX triplet: D4, 85 and D6. RGB value is (212,133,214). Sum of RGB (Red+Green+Blue) = 212+133+214=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #D485D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485D6 is #2B7A29. Grayscale: #A5A5A5. Windows color (decimal): -2849322 or 14058964. OLE color: 14058964.

HSL color Cylindrical-coordinate representation of color #D485D6: hue angle of 298.52º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D485D6 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212133214-
CMYK0.010.3800.16
HSL298.52º49.69%68.04%-
HSV(B)298.52º37.85%83.92%-
XYZ47.6835.6367.98-
YUV165.86155.17160.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=37.92%
G=23.79%
B=38.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121332140.010.3800.16298.5249.6968.04
HexD485D612601012b3244
Octal32420532614602045362104
Binary11010100100001011101011011001100100001001010111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485D6; }

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

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

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

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

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

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

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

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