Html Css Color HEX #D08FEC Wisteria

📋 copy color: '#D08FEC'

red 208 ◦ green 143 ◦ blue 236

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

Shades of Wisteria #D08FEC

Tints of Wisteria #D08FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.2%

R = 35.43%
G = 24.36%
B = 40.2%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D08FEC (or 0xD08FEC) is known color: Wisteria. HEX triplet: D0, 8F and EC. RGB value is (208,143,236). Sum of RGB (Red+Green+Blue) = 208+143+236=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #D08FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FEC is #2F7013. Grayscale: #ACACAC. Windows color (decimal): -3108884 or 15503312. OLE color: 15503312.

HSL color Cylindrical-coordinate representation of color #D08FEC: hue angle of 281.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D08FEC is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 143 236 -
CMYK 0.12 0.39 0 0.07
HSL 281.94º 0.71% 0.74% -
HSV(B) 281.94º 0.39% 0.93% -
XYZ 50.98 39.11 84.22 -
YUV 173.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 208 143 236 0.12 0.39 0 0.07 281.94 0.71 0.74
Hex D0 8F EC C 27 0 7 11A 47 4A
Octal 320 217 354 14 47 0 7 432 107 112
Binary 11010000 10001111 11101100 1100 100111 0 111 100011010 1000111 1001010

Color Harmonies of #D08FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FEC

Black with #D08FEC

Text Example


Text Example

White with #D08FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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