Html Css Color HEX #D08FEF Wisteria

📋 copy color: '#D08FEF'

red 208 ◦ green 143 ◦ blue 239

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

Shades of Wisteria #D08FEF

Tints of Wisteria #D08FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.24%

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

R = 35.25%
G = 24.24%
B = 40.51%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D08FEF (or 0xD08FEF) is known color: Wisteria. HEX triplet: D0, 8F and EF. RGB value is (208,143,239). Sum of RGB (Red+Green+Blue) = 208+143+239=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #D08FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FEF is #2F7010. Grayscale: #ADADAD. Windows color (decimal): -3108881 or 15699920. OLE color: 15699920.

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

Color convert

RGB 208 143 239 -
CMYK 0.13 0.40 0 0.06
HSL 280.63º 0.75% 0.75% -
HSV(B) 280.63º 0.4% 0.94% -
XYZ 51.41 39.29 86.53 -
YUV 173.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 208 143 239 0.13 0.40 0 0.06 280.63 0.75 0.75
Hex D0 8F EF D 28 0 6 119 4B 4B
Octal 320 217 357 15 50 0 6 431 113 113
Binary 11010000 10001111 11101111 1101 101000 0 110 100011001 1001011 1001011

Color Harmonies of #D08FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FEF

Black with #D08FEF

Text Example


Text Example

White with #D08FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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