Html Css Color HEX #C48DDA Wisteria

📋 copy color: '#C48DDA'

red 196 ◦ green 141 ◦ blue 218

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

Shades of Wisteria #C48DDA

Tints of Wisteria #C48DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 35.32%
G = 25.41%
B = 39.28%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C48DDA (or 0xC48DDA) is known color: Wisteria. HEX triplet: C4, 8D and DA. RGB value is (196,141,218). Sum of RGB (Red+Green+Blue) = 196+141+218=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #C48DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DDA is #3B7225. Grayscale: #A5A5A5. Windows color (decimal): -3895846 or 14323140. OLE color: 14323140.

HSL color Cylindrical-coordinate representation of color #C48DDA: hue angle of 282.86º degrees, saturation: 0.51, 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 #C48DDA is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 141 218 -
CMYK 0.10 0.35 0 0.15
HSL 282.86º 0.51% 0.7% -
HSV(B) 282.86º 0.35% 0.85% -
XYZ 44.94 35.85 70.88 -
YUV 166.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 196 141 218 0.10 0.35 0 0.15 282.86 0.51 0.7
Hex C4 8D DA A 23 0 F 11B 33 46
Octal 304 215 332 12 43 0 17 433 63 106
Binary 11000100 10001101 11011010 1010 100011 0 1111 100011011 110011 1000110

Color Harmonies of #C48DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DDA

Black with #C48DDA

Text Example


Text Example

White with #C48DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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