Html Css Color HEX #D097EB Wisteria

📋 copy color: '#D097EB'

red 208 ◦ green 151 ◦ blue 235

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

Shades of Wisteria #D097EB

Tints of Wisteria #D097EB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.42%

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

R = 35.02%
G = 25.42%
B = 39.56%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D097EB (or 0xD097EB) is known color: Wisteria. HEX triplet: D0, 97 and EB. RGB value is (208,151,235). Sum of RGB (Red+Green+Blue) = 208+151+235=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #D097EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097EB is #2F6814. Grayscale: #B1B1B1. Windows color (decimal): -3106837 or 15439824. OLE color: 15439824.

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

Color convert

RGB 208 151 235 -
CMYK 0.11 0.36 0 0.08
HSL 280.71º 0.68% 0.76% -
HSV(B) 280.71º 0.36% 0.92% -
XYZ 52.07 41.54 83.87 -
YUV 177.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 208 151 235 0.11 0.36 0 0.08 280.71 0.68 0.76
Hex D0 97 EB B 24 0 8 119 44 4C
Octal 320 227 353 13 44 0 10 431 104 114
Binary 11010000 10010111 11101011 1011 100100 0 1000 100011001 1000100 1001100

Color Harmonies of #D097EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097EB

Black with #D097EB

Text Example


Text Example

White with #D097EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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