Html Css Color HEX #D38CEF Wisteria

📋 copy color: '#D38CEF'

red 211 ◦ green 140 ◦ blue 239

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

Shades of Wisteria #D38CEF

Tints of Wisteria #D38CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.51%

R = 35.76%
G = 23.73%
B = 40.51%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D38CEF (or 0xD38CEF) is known color: Wisteria. HEX triplet: D3, 8C and EF. RGB value is (211,140,239). Sum of RGB (Red+Green+Blue) = 211+140+239=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #D38CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38CEF is #2C7310. Grayscale: #ACACAC. Windows color (decimal): -2913041 or 15699155. OLE color: 15699155.

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

Color convert

RGB 211 140 239 -
CMYK 0.12 0.41 0 0.06
HSL 283.03º 0.76% 0.74% -
HSV(B) 283.03º 0.41% 0.94% -
XYZ 51.82 38.84 86.43 -
YUV 172.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 211 140 239 0.12 0.41 0 0.06 283.03 0.76 0.74
Hex D3 8C EF C 29 0 6 11B 4C 4A
Octal 323 214 357 14 51 0 6 433 114 112
Binary 11010011 10001100 11101111 1100 101001 0 110 100011011 1001100 1001010

Color Harmonies of #D38CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CEF

Black with #D38CEF

Text Example


Text Example

White with #D38CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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