Html Css Color HEX #D095E0 Wisteria

📋 copy color: '#D095E0'

red 208 ◦ green 149 ◦ blue 224

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

Shades of Wisteria #D095E0

Tints of Wisteria #D095E0

RGB

 RED value IS 208 (81.64% from 255) = 35.8%

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

 BLUE value IS 224 (87.89% from 255) = 38.55%

R = 35.8%
G = 25.65%
B = 38.55%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D095E0 (or 0xD095E0) is known color: Wisteria. HEX triplet: D0, 95 and E0. RGB value is (208,149,224). Sum of RGB (Red+Green+Blue) = 208+149+224=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #D095E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095E0 is #2F6A1F. Grayscale: #AEAEAE. Windows color (decimal): -3107360 or 14718416. OLE color: 14718416.

HSL color Cylindrical-coordinate representation of color #D095E0: hue angle of 287.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D095E0 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 149 224 -
CMYK 0.07 0.33 0 0.12
HSL 287.2º 0.55% 0.73% -
HSV(B) 287.2º 0.33% 0.88% -
XYZ 50.21 40.29 75.65 -
YUV 175.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 208 149 224 0.07 0.33 0 0.12 287.2 0.55 0.73
Hex D0 95 E0 7 21 0 C 11F 37 49
Octal 320 225 340 7 41 0 14 437 67 111
Binary 11010000 10010101 11100000 111 100001 0 1100 100011111 110111 1001001

Color Harmonies of #D095E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095E0

Black with #D095E0

Text Example


Text Example

White with #D095E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095E0; }

 p { color: rgb(208,149,224); }

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

background-color css

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

 a { background-color: rgb(208,149,224); }

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

border-color css

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

 span { border-color: rgb(208,149,224); }

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