Html Css Color HEX #C48DDF Wisteria

📋 copy color: '#C48DDF'

red 196 ◦ green 141 ◦ blue 223

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

Shades of Wisteria #C48DDF

Tints of Wisteria #C48DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 35%
G = 25.18%
B = 39.82%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C48DDF (or 0xC48DDF) is known color: Wisteria. HEX triplet: C4, 8D and DF. RGB value is (196,141,223). Sum of RGB (Red+Green+Blue) = 196+141+223=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #C48DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DDF is #3B7220. Grayscale: #A6A6A6. Windows color (decimal): -3895841 or 14650820. OLE color: 14650820.

HSL color Cylindrical-coordinate representation of color #C48DDF: hue angle of 280.24º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C48DDF is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 141 223 -
CMYK 0.12 0.37 0 0.13
HSL 280.24º 0.56% 0.71% -
HSV(B) 280.24º 0.37% 0.87% -
XYZ 45.61 36.11 74.38 -
YUV 166.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 196 141 223 0.12 0.37 0 0.13 280.24 0.56 0.71
Hex C4 8D DF C 25 0 D 118 38 47
Octal 304 215 337 14 45 0 15 430 70 107
Binary 11000100 10001101 11011111 1100 100101 0 1101 100011000 111000 1000111

Color Harmonies of #C48DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DDF

Black with #C48DDF

Text Example


Text Example

White with #C48DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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