Html Css Color HEX #D08CE4 Wisteria

📋 copy color: '#D08CE4'

red 208 ◦ green 140 ◦ blue 228

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

Shades of Wisteria #D08CE4

Tints of Wisteria #D08CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.58%

R = 36.11%
G = 24.31%
B = 39.58%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D08CE4 (or 0xD08CE4) is known color: Wisteria. HEX triplet: D0, 8C and E4. RGB value is (208,140,228). Sum of RGB (Red+Green+Blue) = 208+140+228=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #D08CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CE4 is #2F731B. Grayscale: #AAAAAA. Windows color (decimal): -3109660 or 14978256. OLE color: 14978256.

HSL color Cylindrical-coordinate representation of color #D08CE4: hue angle of 286.36º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D08CE4 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 140 228 -
CMYK 0.09 0.39 0 0.11
HSL 286.36º 0.62% 0.72% -
HSV(B) 286.36º 0.39% 0.89% -
XYZ 49.39 37.77 78.09 -
YUV 170.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 208 140 228 0.09 0.39 0 0.11 286.36 0.62 0.72
Hex D0 8C E4 9 27 0 B 11E 3E 48
Octal 320 214 344 11 47 0 13 436 76 110
Binary 11010000 10001100 11100100 1001 100111 0 1011 100011110 111110 1001000

Color Harmonies of #D08CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CE4

Black with #D08CE4

Text Example


Text Example

White with #D08CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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