Html Css Color HEX #D08CEB Wisteria

📋 copy color: '#D08CEB'

red 208 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #D08CEB

Tints of Wisteria #D08CEB

RGB

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

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

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

R = 35.68%
G = 24.01%
B = 40.31%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D08CEB (or 0xD08CEB) is known color: Wisteria. HEX triplet: D0, 8C and EB. RGB value is (208,140,235). Sum of RGB (Red+Green+Blue) = 208+140+235=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #D08CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CEB is #2F7314. Grayscale: #AAAAAA. Windows color (decimal): -3109653 or 15437008. OLE color: 15437008.

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

Color convert

RGB 208 140 235 -
CMYK 0.11 0.40 0 0.08
HSL 282.95º 0.7% 0.74% -
HSV(B) 282.95º 0.4% 0.92% -
XYZ 50.39 38.16 83.31 -
YUV 171.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 208 140 235 0.11 0.40 0 0.08 282.95 0.7 0.74
Hex D0 8C EB B 28 0 8 11B 46 4A
Octal 320 214 353 13 50 0 10 433 106 112
Binary 11010000 10001100 11101011 1011 101000 0 1000 100011011 1000110 1001010

Color Harmonies of #D08CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CEB

Black with #D08CEB

Text Example


Text Example

White with #D08CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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