Html Css Color HEX #D08CEF Wisteria

📋 copy color: '#D08CEF'

red 208 ◦ green 140 ◦ blue 239

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

Shades of Wisteria #D08CEF

Tints of Wisteria #D08CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.85%

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

R = 35.43%
G = 23.85%
B = 40.72%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D08CEF (or 0xD08CEF) is known color: Wisteria. HEX triplet: D0, 8C and EF. RGB value is (208,140,239). Sum of RGB (Red+Green+Blue) = 208+140+239=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #D08CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CEF is #2F7310. Grayscale: #ABABAB. Windows color (decimal): -3109649 or 15699152. OLE color: 15699152.

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

Color convert

RGB 208 140 239 -
CMYK 0.13 0.41 0 0.06
HSL 281.21º 0.76% 0.74% -
HSV(B) 281.21º 0.41% 0.94% -
XYZ 50.97 38.4 86.39 -
YUV 171.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 208 140 239 0.13 0.41 0 0.06 281.21 0.76 0.74
Hex D0 8C EF D 29 0 6 119 4C 4A
Octal 320 214 357 15 51 0 6 431 114 112
Binary 11010000 10001100 11101111 1101 101001 0 110 100011001 1001100 1001010

Color Harmonies of #D08CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CEF

Black with #D08CEF

Text Example


Text Example

White with #D08CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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