Html Css Color HEX #D097ED Wisteria

📋 copy color: '#D097ED'

red 208 ◦ green 151 ◦ blue 237

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

Shades of Wisteria #D097ED

Tints of Wisteria #D097ED

RGB

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

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

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

R = 34.9%
G = 25.34%
B = 39.77%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D097ED (or 0xD097ED) is known color: Wisteria. HEX triplet: D0, 97 and ED. RGB value is (208,151,237). Sum of RGB (Red+Green+Blue) = 208+151+237=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #D097ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097ED is #2F6812. Grayscale: #B1B1B1. Windows color (decimal): -3106835 or 15570896. OLE color: 15570896.

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

Color convert

RGB 208 151 237 -
CMYK 0.12 0.36 0 0.07
HSL 279.77º 0.7% 0.76% -
HSV(B) 279.77º 0.36% 0.93% -
XYZ 52.37 41.66 85.4 -
YUV 177.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 208 151 237 0.12 0.36 0 0.07 279.77 0.7 0.76
Hex D0 97 ED C 24 0 7 118 46 4C
Octal 320 227 355 14 44 0 7 430 106 114
Binary 11010000 10010111 11101101 1100 100100 0 111 100011000 1000110 1001100

Color Harmonies of #D097ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097ED

Black with #D097ED

Text Example


Text Example

White with #D097ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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