Html Css Color HEX #D097EF Wisteria

📋 copy color: '#D097EF'

red 208 ◦ green 151 ◦ blue 239

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

Shades of Wisteria #D097EF

Tints of Wisteria #D097EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.97%

R = 34.78%
G = 25.25%
B = 39.97%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D097EF (or 0xD097EF) is known color: Wisteria. HEX triplet: D0, 97 and EF. RGB value is (208,151,239). Sum of RGB (Red+Green+Blue) = 208+151+239=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #D097EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097EF is #2F6810. Grayscale: #B1B1B1. Windows color (decimal): -3106833 or 15701968. OLE color: 15701968.

HSL color Cylindrical-coordinate representation of color #D097EF: hue angle of 278.86º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D097EF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 151 239 -
CMYK 0.13 0.37 0 0.06
HSL 278.86º 0.73% 0.76% -
HSV(B) 278.86º 0.37% 0.94% -
XYZ 52.66 41.78 86.95 -
YUV 178.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 208 151 239 0.13 0.37 0 0.06 278.86 0.73 0.76
Hex D0 97 EF D 25 0 6 117 49 4C
Octal 320 227 357 15 45 0 6 427 111 114
Binary 11010000 10010111 11101111 1101 100101 0 110 100010111 1001001 1001100

Color Harmonies of #D097EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097EF

Black with #D097EF

Text Example


Text Example

White with #D097EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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