Html Css Color HEX #D5A5EA Wisteria

📋 copy color: '#D5A5EA'

red 213 ◦ green 165 ◦ blue 234

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

Shades of Wisteria #D5A5EA

Tints of Wisteria #D5A5EA

RGB

 RED value IS 213 (83.59% from 255) = 34.8%

 GREEN value IS 165 (64.84% from 255) = 26.96%

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

R = 34.8%
G = 26.96%
B = 38.24%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5A5EA (or 0xD5A5EA) is known color: Wisteria. HEX triplet: D5, A5 and EA. RGB value is (213,165,234). Sum of RGB (Red+Green+Blue) = 213+165+234=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5A5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A5EA is #2A5A15. Grayscale: #BABABA. Windows color (decimal): -2775574 or 15377877. OLE color: 15377877.

HSL color Cylindrical-coordinate representation of color #D5A5EA: hue angle of 281.74º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5A5EA is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 165 234 -
CMYK 0.09 0.29 0 0.08
HSL 281.74º 0.62% 0.78% -
HSV(B) 281.74º 0.29% 0.92% -
XYZ 55.75 47 83.98 -
YUV 187.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 213 165 234 0.09 0.29 0 0.08 281.74 0.62 0.78
Hex D5 A5 EA 9 1D 0 8 11A 3E 4E
Octal 325 245 352 11 35 0 10 432 76 116
Binary 11010101 10100101 11101010 1001 11101 0 1000 100011010 111110 1001110

Color Harmonies of #D5A5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A5EA

Black with #D5A5EA

Text Example


Text Example

White with #D5A5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A5EA; }

 p { color: rgb(213,165,234); }

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

background-color css

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

 a { background-color: rgb(213,165,234); }

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

border-color css

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

 span { border-color: rgb(213,165,234); }

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