#D48CE6

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

Shades of Wisteria #D48CE6

Tints of Wisteria #D48CE6

Color information

#D48CE6 (or 0xD48CE6) is unknown color: approx Wisteria. HEX triplet: D4, 8C and E6. RGB value is (212,140,230). Sum of RGB (Red+Green+Blue) = 212+140+230=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 230 - color contains mainly: blue. Hex color #D48CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CE6 is #2B7319. Grayscale: #ABABAB. Windows color (decimal): -2847514 or 15109332. OLE color: 15109332.

HSL color Cylindrical-coordinate representation of color #D48CE6: hue angle of 288º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D48CE6 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB212140230-
CMYK0.080.3900.10
HSL288º64.29%72.55%-
HSV(B)288º39.13%90.2%-
XYZ50.8138.4779.61-
YUV171.79160.85156.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.43%
GREEN value IS 140 (55.08% from 255) = 24.05%
BLUE value IS 230 (90.23% from 255) = 39.52%
R=36.43%
G=24.05%
B=39.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2121402300.080.3900.1028864.2972.55
HexD48CE68270A1204049
Octal3242143461047012440100111
Binary11010100100011001110011010001001110101010010000010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CE6; }

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

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

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

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

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

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

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

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