Html Css Color HEX #D0AFE6 Wisteria

📋 copy color: '#D0AFE6'

red 208 ◦ green 175 ◦ blue 230

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

Shades of Wisteria #D0AFE6

Tints of Wisteria #D0AFE6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.55%

 BLUE value IS 230 (90.23% from 255) = 37.52%

R = 33.93%
G = 28.55%
B = 37.52%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D0AFE6 (or 0xD0AFE6) is known color: Wisteria. HEX triplet: D0, AF and E6. RGB value is (208,175,230). Sum of RGB (Red+Green+Blue) = 208+175+230=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #D0AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFE6 is #2F5019. Grayscale: #BEBEBE. Windows color (decimal): -3100698 or 15118288. OLE color: 15118288.

HSL color Cylindrical-coordinate representation of color #D0AFE6: hue angle of 276º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0AFE6 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 175 230 -
CMYK 0.10 0.24 0 0.10
HSL 276º 0.52% 0.79% -
HSV(B) 276º 0.24% 0.9% -
XYZ 55.63 49.78 81.54 -
YUV 191.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 208 175 230 0.10 0.24 0 0.10 276 0.52 0.79
Hex D0 AF E6 A 18 0 A 114 34 4F
Octal 320 257 346 12 30 0 12 424 64 117
Binary 11010000 10101111 11100110 1010 11000 0 1010 100010100 110100 1001111

Color Harmonies of #D0AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFE6

Black with #D0AFE6

Text Example


Text Example

White with #D0AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFE6; }

 p { color: rgb(208,175,230); }

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

background-color css

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

 a { background-color: rgb(208,175,230); }

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

border-color css

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

 span { border-color: rgb(208,175,230); }

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