Html Css Color HEX #D795ED Wisteria

📋 copy color: '#D795ED'

red 215 ◦ green 149 ◦ blue 237

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

Shades of Wisteria #D795ED

Tints of Wisteria #D795ED

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.79%

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

R = 35.77%
G = 24.79%
B = 39.43%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D795ED (or 0xD795ED) is known color: Wisteria. HEX triplet: D7, 95 and ED. RGB value is (215,149,237). Sum of RGB (Red+Green+Blue) = 215+149+237=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #D795ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D795ED is #286A12. Grayscale: #B2B2B2. Windows color (decimal): -2648595 or 15570391. OLE color: 15570391.

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

Color convert

RGB 215 149 237 -
CMYK 0.09 0.37 0 0.07
HSL 285º 0.71% 0.76% -
HSV(B) 285º 0.37% 0.93% -
XYZ 54.06 42.06 85.39 -
YUV 178.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 215 149 237 0.09 0.37 0 0.07 285 0.71 0.76
Hex D7 95 ED 9 25 0 7 11D 47 4C
Octal 327 225 355 11 45 0 7 435 107 114
Binary 11010111 10010101 11101101 1001 100101 0 111 100011101 1000111 1001100

Color Harmonies of #D795ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795ED

Black with #D795ED

Text Example


Text Example

White with #D795ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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