Html Css Color HEX #D08FEA Wisteria

📋 copy color: '#D08FEA'

red 208 ◦ green 143 ◦ blue 234

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

Shades of Wisteria #D08FEA

Tints of Wisteria #D08FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40%

R = 35.56%
G = 24.44%
B = 40%

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

#D08FEA (or 0xD08FEA) is known color: Wisteria. HEX triplet: D0, 8F and EA. RGB value is (208,143,234). Sum of RGB (Red+Green+Blue) = 208+143+234=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #D08FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FEA is #2F7015. Grayscale: #ACACAC. Windows color (decimal): -3108886 or 15372240. OLE color: 15372240.

HSL color Cylindrical-coordinate representation of color #D08FEA: hue angle of 282.86º degrees, saturation: 0.68, 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 #D08FEA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 143 234 -
CMYK 0.11 0.39 0 0.08
HSL 282.86º 0.68% 0.74% -
HSV(B) 282.86º 0.39% 0.92% -
XYZ 50.69 39 82.7 -
YUV 172.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 208 143 234 0.11 0.39 0 0.08 282.86 0.68 0.74
Hex D0 8F EA B 27 0 8 11B 44 4A
Octal 320 217 352 13 47 0 10 433 104 112
Binary 11010000 10001111 11101010 1011 100111 0 1000 100011011 1000100 1001010

Color Harmonies of #D08FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FEA

Black with #D08FEA

Text Example


Text Example

White with #D08FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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