Html Css Color HEX #D08DEA Wisteria

📋 copy color: '#D08DEA'

red 208 ◦ green 141 ◦ blue 234

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

Shades of Wisteria #D08DEA

Tints of Wisteria #D08DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.19%

 BLUE value IS 234 (91.8% from 255) = 40.14%

R = 35.68%
G = 24.19%
B = 40.14%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D08DEA (or 0xD08DEA) is known color: Wisteria. HEX triplet: D0, 8D and EA. RGB value is (208,141,234). Sum of RGB (Red+Green+Blue) = 208+141+234=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #D08DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08DEA is #2F7215. Grayscale: #ABABAB. Windows color (decimal): -3109398 or 15371728. OLE color: 15371728.

HSL color Cylindrical-coordinate representation of color #D08DEA: hue angle of 283.23º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D08DEA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 141 234 -
CMYK 0.11 0.40 0 0.08
HSL 283.23º 0.69% 0.74% -
HSV(B) 283.23º 0.4% 0.92% -
XYZ 50.39 38.4 82.6 -
YUV 171.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 208 141 234 0.11 0.40 0 0.08 283.23 0.69 0.74
Hex D0 8D EA B 28 0 8 11B 45 4A
Octal 320 215 352 13 50 0 10 433 105 112
Binary 11010000 10001101 11101010 1011 101000 0 1000 100011011 1000101 1001010

Color Harmonies of #D08DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DEA

Black with #D08DEA

Text Example


Text Example

White with #D08DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DEA; }

 p { color: rgb(208,141,234); }

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

background-color css

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

 a { background-color: rgb(208,141,234); }

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

border-color css

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

 span { border-color: rgb(208,141,234); }

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