Html Css Color HEX #C48EDC Wisteria

📋 copy color: '#C48EDC'

red 196 ◦ green 142 ◦ blue 220

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

Shades of Wisteria #C48EDC

Tints of Wisteria #C48EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 35.13%
G = 25.45%
B = 39.43%

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

#C48EDC (or 0xC48EDC) is known color: Wisteria. HEX triplet: C4, 8E and DC. RGB value is (196,142,220). Sum of RGB (Red+Green+Blue) = 196+142+220=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #C48EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EDC is #3B7123. Grayscale: #A6A6A6. Windows color (decimal): -3895588 or 14454468. OLE color: 14454468.

HSL color Cylindrical-coordinate representation of color #C48EDC: hue angle of 281.54º degrees, saturation: 0.53, 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 #C48EDC is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 142 220 -
CMYK 0.11 0.35 0 0.14
HSL 281.54º 0.53% 0.71% -
HSV(B) 281.54º 0.35% 0.86% -
XYZ 45.36 36.25 72.32 -
YUV 167.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 196 142 220 0.11 0.35 0 0.14 281.54 0.53 0.71
Hex C4 8E DC B 23 0 E 11A 35 47
Octal 304 216 334 13 43 0 16 432 65 107
Binary 11000100 10001110 11011100 1011 100011 0 1110 100011010 110101 1000111

Color Harmonies of #C48EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EDC

Black with #C48EDC

Text Example


Text Example

White with #C48EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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