#D485DB

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

Shades of Orchid #D485DB

Tints of Orchid #D485DB

Color information

#D485DB (or 0xD485DB) is unknown color: approx Orchid. HEX triplet: D4, 85 and DB. RGB value is (212,133,219). Sum of RGB (Red+Green+Blue) = 212+133+219=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #D485DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485DB is #2B7A24. Grayscale: #A6A6A6. Windows color (decimal): -2849317 or 14386644. OLE color: 14386644.

HSL color Cylindrical-coordinate representation of color #D485DB: hue angle of 295.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D485DB is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212133219-
CMYK0.030.3900.14
HSL295.12º54.43%69.02%-
HSV(B)295.12º39.27%85.88%-
XYZ48.3335.8971.4-
YUV166.42157.67160.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.59%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=37.59%
G=23.58%
B=38.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121332190.030.3900.14295.1254.4369.02
HexD485DB3270E1273645
Octal32420533334701644766105
Binary11010100100001011101101111100111011101001001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485DB; }

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

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

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

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

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

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

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

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