Html Css Color HEX #C48DD8 Wisteria

📋 copy color: '#C48DD8'

red 196 ◦ green 141 ◦ blue 216

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

Shades of Wisteria #C48DD8

Tints of Wisteria #C48DD8

RGB

 RED value IS 196 (76.95% from 255) = 35.44%

 GREEN value IS 141 (55.47% from 255) = 25.5%

 BLUE value IS 216 (84.77% from 255) = 39.06%

R = 35.44%
G = 25.5%
B = 39.06%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C48DD8 (or 0xC48DD8) is known color: Wisteria. HEX triplet: C4, 8D and D8. RGB value is (196,141,216). Sum of RGB (Red+Green+Blue) = 196+141+216=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #C48DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DD8 is #3B7227. Grayscale: #A5A5A5. Windows color (decimal): -3895848 or 14192068. OLE color: 14192068.

HSL color Cylindrical-coordinate representation of color #C48DD8: hue angle of 284º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48DD8 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 141 216 -
CMYK 0.09 0.35 0 0.15
HSL 284º 0.49% 0.7% -
HSV(B) 284º 0.35% 0.85% -
XYZ 44.68 35.74 69.51 -
YUV 166 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 196 141 216 0.09 0.35 0 0.15 284 0.49 0.7
Hex C4 8D D8 9 23 0 F 11C 31 46
Octal 304 215 330 11 43 0 17 434 61 106
Binary 11000100 10001101 11011000 1001 100011 0 1111 100011100 110001 1000110

Color Harmonies of #C48DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DD8

Black with #C48DD8

Text Example


Text Example

White with #C48DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DD8; }

 p { color: rgb(196,141,216); }

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

background-color css

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

 a { background-color: rgb(196,141,216); }

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

border-color css

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

 span { border-color: rgb(196,141,216); }

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