Html Css Color HEX #C48EE3 Wisteria

📋 copy color: '#C48EE3'

red 196 ◦ green 142 ◦ blue 227

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

Shades of Wisteria #C48EE3

Tints of Wisteria #C48EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.18%

R = 34.69%
G = 25.13%
B = 40.18%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C48EE3 (or 0xC48EE3) is known color: Wisteria. HEX triplet: C4, 8E and E3. RGB value is (196,142,227). Sum of RGB (Red+Green+Blue) = 196+142+227=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #C48EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EE3 is #3B711C. Grayscale: #A7A7A7. Windows color (decimal): -3895581 or 14913220. OLE color: 14913220.

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

Color convert

RGB 196 142 227 -
CMYK 0.14 0.37 0 0.11
HSL 278.12º 0.6% 0.72% -
HSV(B) 278.12º 0.37% 0.89% -
XYZ 46.3 36.63 77.3 -
YUV 167.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 196 142 227 0.14 0.37 0 0.11 278.12 0.6 0.72
Hex C4 8E E3 E 25 0 B 116 3C 48
Octal 304 216 343 16 45 0 13 426 74 110
Binary 11000100 10001110 11100011 1110 100101 0 1011 100010110 111100 1001000

Color Harmonies of #C48EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EE3

Black with #C48EE3

Text Example


Text Example

White with #C48EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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