Html Css Color HEX #C48EDB Wisteria

📋 copy color: '#C48EDB'

red 196 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #C48EDB

Tints of Wisteria #C48EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.49%

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 35.19%
G = 25.49%
B = 39.32%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C48EDB (or 0xC48EDB) is known color: Wisteria. HEX triplet: C4, 8E and DB. RGB value is (196,142,219). Sum of RGB (Red+Green+Blue) = 196+142+219=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #C48EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EDB is #3B7124. Grayscale: #A6A6A6. Windows color (decimal): -3895589 or 14388932. OLE color: 14388932.

HSL color Cylindrical-coordinate representation of color #C48EDB: hue angle of 282.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48EDB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 142 219 -
CMYK 0.11 0.35 0 0.14
HSL 282.08º 0.52% 0.71% -
HSV(B) 282.08º 0.35% 0.86% -
XYZ 45.22 36.2 71.62 -
YUV 166.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 196 142 219 0.11 0.35 0 0.14 282.08 0.52 0.71
Hex C4 8E DB B 23 0 E 11A 34 47
Octal 304 216 333 13 43 0 16 432 64 107
Binary 11000100 10001110 11011011 1011 100011 0 1110 100011010 110100 1000111

Color Harmonies of #C48EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EDB

Black with #C48EDB

Text Example


Text Example

White with #C48EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EDB; }

 p { color: rgb(196,142,219); }

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

background-color css

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

 a { background-color: rgb(196,142,219); }

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

border-color css

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

 span { border-color: rgb(196,142,219); }

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