Html Css Color HEX #D790EA Wisteria

📋 copy color: '#D790EA'

red 215 ◦ green 144 ◦ blue 234

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

Shades of Wisteria #D790EA

Tints of Wisteria #D790EA

RGB

 RED value IS 215 (84.38% from 255) = 36.26%

 GREEN value IS 144 (56.64% from 255) = 24.28%

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

R = 36.26%
G = 24.28%
B = 39.46%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D790EA (or 0xD790EA) is known color: Wisteria. HEX triplet: D7, 90 and EA. RGB value is (215,144,234). Sum of RGB (Red+Green+Blue) = 215+144+234=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #D790EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D790EA is #286F15. Grayscale: #AFAFAF. Windows color (decimal): -2649878 or 15372503. OLE color: 15372503.

HSL color Cylindrical-coordinate representation of color #D790EA: hue angle of 287.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D790EA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 144 234 -
CMYK 0.08 0.38 0 0.08
HSL 287.33º 0.68% 0.74% -
HSV(B) 287.33º 0.38% 0.92% -
XYZ 52.85 40.33 82.84 -
YUV 175.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 215 144 234 0.08 0.38 0 0.08 287.33 0.68 0.74
Hex D7 90 EA 8 26 0 8 11F 44 4A
Octal 327 220 352 10 46 0 10 437 104 112
Binary 11010111 10010000 11101010 1000 100110 0 1000 100011111 1000100 1001010

Color Harmonies of #D790EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790EA

Black with #D790EA

Text Example


Text Example

White with #D790EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790EA; }

 p { color: rgb(215,144,234); }

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

background-color css

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

 a { background-color: rgb(215,144,234); }

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

border-color css

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

 span { border-color: rgb(215,144,234); }

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