Html Css Color HEX #D790ED Wisteria

📋 copy color: '#D790ED'

red 215 ◦ green 144 ◦ blue 237

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

Shades of Wisteria #D790ED

Tints of Wisteria #D790ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.77%

R = 36.07%
G = 24.16%
B = 39.77%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D790ED (or 0xD790ED) is known color: Wisteria. HEX triplet: D7, 90 and ED. RGB value is (215,144,237). Sum of RGB (Red+Green+Blue) = 215+144+237=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #D790ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D790ED is #286F12. Grayscale: #AFAFAF. Windows color (decimal): -2649875 or 15569111. OLE color: 15569111.

HSL color Cylindrical-coordinate representation of color #D790ED: hue angle of 285.81º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D790ED is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 144 237 -
CMYK 0.09 0.39 0 0.07
HSL 285.81º 0.72% 0.75% -
HSV(B) 285.81º 0.39% 0.93% -
XYZ 53.28 40.51 85.13 -
YUV 175.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 215 144 237 0.09 0.39 0 0.07 285.81 0.72 0.75
Hex D7 90 ED 9 27 0 7 11E 48 4B
Octal 327 220 355 11 47 0 7 436 110 113
Binary 11010111 10010000 11101101 1001 100111 0 111 100011110 1001000 1001011

Color Harmonies of #D790ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790ED

Black with #D790ED

Text Example


Text Example

White with #D790ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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