#D485DA

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

Shades of Orchid #D485DA

Tints of Orchid #D485DA

Color information

#D485DA (or 0xD485DA) is unknown color: approx Orchid. HEX triplet: D4, 85 and DA. RGB value is (212,133,218). Sum of RGB (Red+Green+Blue) = 212+133+218=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D485DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485DA is #2B7A25. Grayscale: #A6A6A6. Windows color (decimal): -2849318 or 14321108. OLE color: 14321108.

HSL color Cylindrical-coordinate representation of color #D485DA: hue angle of 295.76º degrees, saturation: 0.53, 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 #D485DA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212133218-
CMYK0.030.3900.15
HSL295.76º53.46%68.82%-
HSV(B)295.76º38.99%85.49%-
XYZ48.1935.8370.71-
YUV166.31157.17160.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=37.66%
G=23.62%
B=38.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121332180.030.3900.15295.7653.4668.82
HexD485DA3270F1283545
Octal32420533234701745065105
Binary11010100100001011101101011100111011111001010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485DA; }

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

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

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

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

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

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

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

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