Html Css Color HEX #D58CEA Wisteria

📋 copy color: '#D58CEA'

red 213 ◦ green 140 ◦ blue 234

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

Shades of Wisteria #D58CEA

Tints of Wisteria #D58CEA

RGB

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

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

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

R = 36.29%
G = 23.85%
B = 39.86%

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

#D58CEA (or 0xD58CEA) is known color: Wisteria. HEX triplet: D5, 8C and EA. RGB value is (213,140,234). Sum of RGB (Red+Green+Blue) = 213+140+234=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #D58CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58CEA is #2A7315. Grayscale: #ACACAC. Windows color (decimal): -2781974 or 15371477. OLE color: 15371477.

HSL color Cylindrical-coordinate representation of color #D58CEA: hue angle of 286.6º 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 #D58CEA is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 140 234 -
CMYK 0.09 0.40 0 0.08
HSL 286.6º 0.69% 0.73% -
HSV(B) 286.6º 0.4% 0.92% -
XYZ 51.67 38.84 82.62 -
YUV 172.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 213 140 234 0.09 0.40 0 0.08 286.6 0.69 0.73
Hex D5 8C EA 9 28 0 8 11F 45 49
Octal 325 214 352 11 50 0 10 437 105 111
Binary 11010101 10001100 11101010 1001 101000 0 1000 100011111 1000101 1001001

Color Harmonies of #D58CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CEA

Black with #D58CEA

Text Example


Text Example

White with #D58CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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