Html Css Color HEX #D38CEC Wisteria

📋 copy color: '#D38CEC'

red 211 ◦ green 140 ◦ blue 236

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

Shades of Wisteria #D38CEC

Tints of Wisteria #D38CEC

RGB

 RED value IS 211 (82.81% from 255) = 35.95%

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

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

R = 35.95%
G = 23.85%
B = 40.2%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D38CEC (or 0xD38CEC) is known color: Wisteria. HEX triplet: D3, 8C and EC. RGB value is (211,140,236). Sum of RGB (Red+Green+Blue) = 211+140+236=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #D38CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38CEC is #2C7313. Grayscale: #ABABAB. Windows color (decimal): -2913044 or 15502547. OLE color: 15502547.

HSL color Cylindrical-coordinate representation of color #D38CEC: hue angle of 284.38º 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 #D38CEC is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 140 236 -
CMYK 0.11 0.41 0 0.07
HSL 284.38º 0.72% 0.74% -
HSV(B) 284.38º 0.41% 0.93% -
XYZ 51.38 38.66 84.11 -
YUV 172.17 164.02 155.69 -
System Red Green Blue C M Y K H S L
Decimal 211 140 236 0.11 0.41 0 0.07 284.38 0.72 0.74
Hex D3 8C EC B 29 0 7 11C 48 4A
Octal 323 214 354 13 51 0 7 434 110 112
Binary 11010011 10001100 11101100 1011 101001 0 111 100011100 1001000 1001010

Color Harmonies of #D38CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CEC

Black with #D38CEC

Text Example


Text Example

White with #D38CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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