Html Css Color HEX #D48CEA Wisteria

📋 copy color: '#D48CEA'

red 212 ◦ green 140 ◦ blue 234

#D48CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #D48CEA

Tints of Wisteria #D48CEA

RGB

 RED value IS 212 (83.2% from 255) = 36.18%

 GREEN value IS 140 (55.08% from 255) = 23.89%

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 36.18%
G = 23.89%
B = 39.93%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D48CEA (or 0xD48CEA) is known color: Wisteria. HEX triplet: D4, 8C and EA. RGB value is (212,140,234). Sum of RGB (Red+Green+Blue) = 212+140+234=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #D48CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CEA is #2B7315. Grayscale: #ABABAB. Windows color (decimal): -2847510 or 15371476. OLE color: 15371476.

HSL color Cylindrical-coordinate representation of color #D48CEA: hue angle of 285.96º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48CEA is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 140 234 -
CMYK 0.09 0.40 0 0.08
HSL 285.96º 0.69% 0.73% -
HSV(B) 285.96º 0.4% 0.92% -
XYZ 51.38 38.69 82.6 -
YUV 172.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 212 140 234 0.09 0.40 0 0.08 285.96 0.69 0.73
Hex D4 8C EA 9 28 0 8 11E 45 49
Octal 324 214 352 11 50 0 10 436 105 111
Binary 11010100 10001100 11101010 1001 101000 0 1000 100011110 1000101 1001001

Color Harmonies of #D48CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48CEA

Black with #D48CEA

Text Example


Text Example

White with #D48CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48CEA; }

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

 H1.HeaderClassName
 {
   color: #D48CEA;
 }
 .AnyTagClassName
 {
   color: #D48CEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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