Html Css Color HEX #D08AF0 Wisteria

📋 copy color: '#D08AF0'

red 208 ◦ green 138 ◦ blue 240

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

Shades of Wisteria #D08AF0

Tints of Wisteria #D08AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.55%

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 35.49%
G = 23.55%
B = 40.96%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D08AF0 (or 0xD08AF0) is known color: Wisteria. HEX triplet: D0, 8A and F0. RGB value is (208,138,240). Sum of RGB (Red+Green+Blue) = 208+138+240=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #D08AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08AF0 is #2F750F. Grayscale: #AAAAAA. Windows color (decimal): -3110160 or 15764176. OLE color: 15764176.

HSL color Cylindrical-coordinate representation of color #D08AF0: hue angle of 281.18º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D08AF0 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 138 240 -
CMYK 0.13 0.42 0 0.06
HSL 281.18º 0.77% 0.74% -
HSV(B) 281.18º 0.43% 0.94% -
XYZ 50.83 37.88 87.07 -
YUV 170.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 208 138 240 0.13 0.42 0 0.06 281.18 0.77 0.74
Hex D0 8A F0 D 2A 0 6 119 4D 4A
Octal 320 212 360 15 52 0 6 431 115 112
Binary 11010000 10001010 11110000 1101 101010 0 110 100011001 1001101 1001010

Color Harmonies of #D08AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08AF0

Black with #D08AF0

Text Example


Text Example

White with #D08AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08AF0; }

 p { color: rgb(208,138,240); }

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

background-color css

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

 a { background-color: rgb(208,138,240); }

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

border-color css

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

 span { border-color: rgb(208,138,240); }

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