Html Css Color HEX #C48EE2 Wisteria

📋 copy color: '#C48EE2'

red 196 ◦ green 142 ◦ blue 226

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

Shades of Wisteria #C48EE2

Tints of Wisteria #C48EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.07%

R = 34.75%
G = 25.18%
B = 40.07%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C48EE2 (or 0xC48EE2) is known color: Wisteria. HEX triplet: C4, 8E and E2. RGB value is (196,142,226). Sum of RGB (Red+Green+Blue) = 196+142+226=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 226 - color contains mainly: blue. Hex color #C48EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EE2 is #3B711D. Grayscale: #A7A7A7. Windows color (decimal): -3895582 or 14847684. OLE color: 14847684.

HSL color Cylindrical-coordinate representation of color #C48EE2: hue angle of 278.57º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C48EE2 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 142 226 -
CMYK 0.13 0.37 0 0.11
HSL 278.57º 0.59% 0.72% -
HSV(B) 278.57º 0.37% 0.89% -
XYZ 46.17 36.57 76.58 -
YUV 167.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 196 142 226 0.13 0.37 0 0.11 278.57 0.59 0.72
Hex C4 8E E2 D 25 0 B 117 3B 48
Octal 304 216 342 15 45 0 13 427 73 110
Binary 11000100 10001110 11100010 1101 100101 0 1011 100010111 111011 1001000

Color Harmonies of #C48EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EE2

Black with #C48EE2

Text Example


Text Example

White with #C48EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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