Html Css Color HEX #D08FEB Wisteria

📋 copy color: '#D08FEB'

red 208 ◦ green 143 ◦ blue 235

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

Shades of Wisteria #D08FEB

Tints of Wisteria #D08FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.1%

R = 35.49%
G = 24.4%
B = 40.1%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D08FEB (or 0xD08FEB) is known color: Wisteria. HEX triplet: D0, 8F and EB. RGB value is (208,143,235). Sum of RGB (Red+Green+Blue) = 208+143+235=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #D08FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FEB is #2F7014. Grayscale: #ACACAC. Windows color (decimal): -3108885 or 15437776. OLE color: 15437776.

HSL color Cylindrical-coordinate representation of color #D08FEB: hue angle of 282.39º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D08FEB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 143 235 -
CMYK 0.11 0.39 0 0.08
HSL 282.39º 0.7% 0.74% -
HSV(B) 282.39º 0.39% 0.92% -
XYZ 50.83 39.05 83.46 -
YUV 172.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 208 143 235 0.11 0.39 0 0.08 282.39 0.7 0.74
Hex D0 8F EB B 27 0 8 11A 46 4A
Octal 320 217 353 13 47 0 10 432 106 112
Binary 11010000 10001111 11101011 1011 100111 0 1000 100011010 1000110 1001010

Color Harmonies of #D08FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FEB

Black with #D08FEB

Text Example


Text Example

White with #D08FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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