#D48CED

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

Shades of Wisteria #D48CED

Tints of Wisteria #D48CED

Color information

#D48CED (or 0xD48CED) is unknown color: approx Wisteria. HEX triplet: D4, 8C and ED. RGB value is (212,140,237). Sum of RGB (Red+Green+Blue) = 212+140+237=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #D48CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CED is #2B7312. Grayscale: #ACACAC. Windows color (decimal): -2847507 or 15568084. OLE color: 15568084.

HSL color Cylindrical-coordinate representation of color #D48CED: hue angle of 284.54º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D48CED is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212140237-
CMYK0.110.4100.07
HSL284.54º72.93%73.92%-
HSV(B)284.54º40.93%92.94%-
XYZ51.8238.8784.89-
YUV172.59164.35156.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=35.99%
G=23.77%
B=40.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121402370.110.4100.07284.5472.9373.92
HexD48CEDB290711d494a
Octal324214355135107435111112
Binary1101010010001100111011011011101001011110001110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CED; }

 p { color: rgb(212,140,237); }

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

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

 a { background-color: rgb(212,140,237); }

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

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

 span { border-color: rgb(212,140,237); }

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