Html Css Color HEX #D08CEC Wisteria

📋 copy color: '#D08CEC'

red 208 ◦ green 140 ◦ blue 236

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

Shades of Wisteria #D08CEC

Tints of Wisteria #D08CEC

RGB

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

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

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

R = 35.62%
G = 23.97%
B = 40.41%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D08CEC (or 0xD08CEC) is known color: Wisteria. HEX triplet: D0, 8C and EC. RGB value is (208,140,236). Sum of RGB (Red+Green+Blue) = 208+140+236=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #D08CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CEC is #2F7313. Grayscale: #AAAAAA. Windows color (decimal): -3109652 or 15502544. OLE color: 15502544.

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

Color convert

RGB 208 140 236 -
CMYK 0.12 0.41 0 0.07
HSL 282.5º 0.72% 0.74% -
HSV(B) 282.5º 0.41% 0.93% -
XYZ 50.53 38.22 84.07 -
YUV 171.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 208 140 236 0.12 0.41 0 0.07 282.5 0.72 0.74
Hex D0 8C EC C 29 0 7 11A 48 4A
Octal 320 214 354 14 51 0 7 432 110 112
Binary 11010000 10001100 11101100 1100 101001 0 111 100011010 1001000 1001010

Color Harmonies of #D08CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CEC

Black with #D08CEC

Text Example


Text Example

White with #D08CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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