Html Css Color HEX #D095EB Wisteria

📋 copy color: '#D095EB'

red 208 ◦ green 149 ◦ blue 235

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

Shades of Wisteria #D095EB

Tints of Wisteria #D095EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.7%

R = 35.14%
G = 25.17%
B = 39.7%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D095EB (or 0xD095EB) is known color: Wisteria. HEX triplet: D0, 95 and EB. RGB value is (208,149,235). Sum of RGB (Red+Green+Blue) = 208+149+235=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #D095EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D095EB is #2F6A14. Grayscale: #B0B0B0. Windows color (decimal): -3107349 or 15439312. OLE color: 15439312.

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

Color convert

RGB 208 149 235 -
CMYK 0.11 0.37 0 0.08
HSL 281.16º 0.68% 0.75% -
HSV(B) 281.16º 0.37% 0.92% -
XYZ 51.76 40.9 83.76 -
YUV 176.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 208 149 235 0.11 0.37 0 0.08 281.16 0.68 0.75
Hex D0 95 EB B 25 0 8 119 44 4B
Octal 320 225 353 13 45 0 10 431 104 113
Binary 11010000 10010101 11101011 1011 100101 0 1000 100011001 1000100 1001011

Color Harmonies of #D095EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095EB

Black with #D095EB

Text Example


Text Example

White with #D095EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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