Html Css Color HEX #D38CED Wisteria

📋 copy color: '#D38CED'

red 211 ◦ green 140 ◦ blue 237

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

Shades of Wisteria #D38CED

Tints of Wisteria #D38CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.31%

R = 35.88%
G = 23.81%
B = 40.31%

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

#D38CED (or 0xD38CED) is known color: Wisteria. HEX triplet: D3, 8C and ED. RGB value is (211,140,237). Sum of RGB (Red+Green+Blue) = 211+140+237=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #D38CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38CED is #2C7312. Grayscale: #ABABAB. Windows color (decimal): -2913043 or 15568083. OLE color: 15568083.

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

Color convert

RGB 211 140 237 -
CMYK 0.11 0.41 0 0.07
HSL 283.92º 0.73% 0.74% -
HSV(B) 283.92º 0.41% 0.93% -
XYZ 51.53 38.72 84.88 -
YUV 172.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 211 140 237 0.11 0.41 0 0.07 283.92 0.73 0.74
Hex D3 8C ED B 29 0 7 11C 49 4A
Octal 323 214 355 13 51 0 7 434 111 112
Binary 11010011 10001100 11101101 1011 101001 0 111 100011100 1001001 1001010

Color Harmonies of #D38CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CED

Black with #D38CED

Text Example


Text Example

White with #D38CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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