Html Css Color HEX #D08BDD Wisteria

📋 copy color: '#D08BDD'

red 208 ◦ green 139 ◦ blue 221

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

Shades of Wisteria #D08BDD

Tints of Wisteria #D08BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.47%

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 36.62%
G = 24.47%
B = 38.91%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D08BDD (or 0xD08BDD) is known color: Wisteria. HEX triplet: D0, 8B and DD. RGB value is (208,139,221). Sum of RGB (Red+Green+Blue) = 208+139+221=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #D08BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BDD is #2F7422. Grayscale: #A8A8A8. Windows color (decimal): -3109923 or 14519248. OLE color: 14519248.

HSL color Cylindrical-coordinate representation of color #D08BDD: hue angle of 290.49º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08BDD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 139 221 -
CMYK 0.06 0.37 0 0.13
HSL 290.49º 0.55% 0.71% -
HSV(B) 290.49º 0.37% 0.87% -
XYZ 48.3 37.1 73.02 -
YUV 168.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 208 139 221 0.06 0.37 0 0.13 290.49 0.55 0.71
Hex D0 8B DD 6 25 0 D 122 37 47
Octal 320 213 335 6 45 0 15 442 67 107
Binary 11010000 10001011 11011101 110 100101 0 1101 100100010 110111 1000111

Color Harmonies of #D08BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08BDD

Black with #D08BDD

Text Example


Text Example

White with #D08BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08BDD; }

 p { color: rgb(208,139,221); }

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

background-color css

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

 a { background-color: rgb(208,139,221); }

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

border-color css

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

 span { border-color: rgb(208,139,221); }

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