Html Css Color HEX #D08CDD Wisteria

📋 copy color: '#D08CDD'

red 208 ◦ green 140 ◦ blue 221

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

Shades of Wisteria #D08CDD

Tints of Wisteria #D08CDD

RGB

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

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

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

R = 36.56%
G = 24.6%
B = 38.84%

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

#D08CDD (or 0xD08CDD) is known color: Wisteria. HEX triplet: D0, 8C and DD. RGB value is (208,140,221). Sum of RGB (Red+Green+Blue) = 208+140+221=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #D08CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CDD is #2F7322. Grayscale: #A9A9A9. Windows color (decimal): -3109667 or 14519504. OLE color: 14519504.

HSL color Cylindrical-coordinate representation of color #D08CDD: hue angle of 290.37º degrees, saturation: 0.54, 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 #D08CDD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 140 221 -
CMYK 0.06 0.37 0 0.13
HSL 290.37º 0.54% 0.71% -
HSV(B) 290.37º 0.37% 0.87% -
XYZ 48.44 37.39 73.07 -
YUV 169.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 208 140 221 0.06 0.37 0 0.13 290.37 0.54 0.71
Hex D0 8C DD 6 25 0 D 122 36 47
Octal 320 214 335 6 45 0 15 442 66 107
Binary 11010000 10001100 11011101 110 100101 0 1101 100100010 110110 1000111

Color Harmonies of #D08CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CDD

Black with #D08CDD

Text Example


Text Example

White with #D08CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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