Html Css Color HEX #D48CEC Wisteria

📋 copy color: '#D48CEC'

red 212 ◦ green 140 ◦ blue 236

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

Shades of Wisteria #D48CEC

Tints of Wisteria #D48CEC

RGB

 RED value IS 212 (83.2% from 255) = 36.05%

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

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

R = 36.05%
G = 23.81%
B = 40.14%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D48CEC (or 0xD48CEC) is known color: Wisteria. HEX triplet: D4, 8C and EC. RGB value is (212,140,236). Sum of RGB (Red+Green+Blue) = 212+140+236=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #D48CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CEC is #2B7313. Grayscale: #ACACAC. Windows color (decimal): -2847508 or 15502548. OLE color: 15502548.

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

Color convert

RGB 212 140 236 -
CMYK 0.10 0.41 0 0.07
HSL 285º 0.72% 0.74% -
HSV(B) 285º 0.41% 0.93% -
XYZ 51.67 38.81 84.12 -
YUV 172.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 212 140 236 0.10 0.41 0 0.07 285 0.72 0.74
Hex D4 8C EC A 29 0 7 11D 48 4A
Octal 324 214 354 12 51 0 7 435 110 112
Binary 11010100 10001100 11101100 1010 101001 0 111 100011101 1001000 1001010

Color Harmonies of #D48CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48CEC

Black with #D48CEC

Text Example


Text Example

White with #D48CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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