Html Css Color HEX #D08CDF Wisteria

📋 copy color: '#D08CDF'

red 208 ◦ green 140 ◦ blue 223

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

Shades of Wisteria #D08CDF

Tints of Wisteria #D08CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 36.43%
G = 24.52%
B = 39.05%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D08CDF (or 0xD08CDF) is known color: Wisteria. HEX triplet: D0, 8C and DF. RGB value is (208,140,223). Sum of RGB (Red+Green+Blue) = 208+140+223=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #D08CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CDF is #2F7320. Grayscale: #A9A9A9. Windows color (decimal): -3109665 or 14650576. OLE color: 14650576.

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

Color convert

RGB 208 140 223 -
CMYK 0.07 0.37 0 0.13
HSL 289.16º 0.56% 0.71% -
HSV(B) 289.16º 0.37% 0.87% -
XYZ 48.71 37.49 74.48 -
YUV 169.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 208 140 223 0.07 0.37 0 0.13 289.16 0.56 0.71
Hex D0 8C DF 7 25 0 D 121 38 47
Octal 320 214 337 7 45 0 15 441 70 107
Binary 11010000 10001100 11011111 111 100101 0 1101 100100001 111000 1000111

Color Harmonies of #D08CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CDF

Black with #D08CDF

Text Example


Text Example

White with #D08CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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