#D488D5

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

Shades of Orchid #D488D5

Tints of Orchid #D488D5

Color information

#D488D5 (or 0xD488D5) is unknown color: approx Orchid. HEX triplet: D4, 88 and D5. RGB value is (212,136,213). Sum of RGB (Red+Green+Blue) = 212+136+213=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #D488D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488D5 is #2B772A. Grayscale: #A7A7A7. Windows color (decimal): -2848555 or 13994196. OLE color: 13994196.

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

Color convert

RGB212136213-
CMYK0.000.3600.16
HSL299.22º47.83%68.43%-
HSV(B)299.22º36.15%83.53%-
XYZ47.9736.4167.45-
YUV167.5153.68159.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.79%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=37.79%
G=24.24%
B=37.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121362130.000.3600.16299.2247.8368.43
HexD488D502401012b3044
Octal32421032504402045360104
Binary11010100100010001101010101001000100001001010111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D488D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D488D5; }

 p { color: rgb(212,136,213); }

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

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

 a { background-color: rgb(212,136,213); }

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

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

 span { border-color: rgb(212,136,213); }

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