Html Css Color HEX #C48EE0 Wisteria

📋 copy color: '#C48EE0'

red 196 ◦ green 142 ◦ blue 224

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

Shades of Wisteria #C48EE0

Tints of Wisteria #C48EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.86%

R = 34.88%
G = 25.27%
B = 39.86%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C48EE0 (or 0xC48EE0) is known color: Wisteria. HEX triplet: C4, 8E and E0. RGB value is (196,142,224). Sum of RGB (Red+Green+Blue) = 196+142+224=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #C48EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EE0 is #3B711F. Grayscale: #A7A7A7. Windows color (decimal): -3895584 or 14716612. OLE color: 14716612.

HSL color Cylindrical-coordinate representation of color #C48EE0: hue angle of 279.51º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C48EE0 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 142 224 -
CMYK 0.12 0.37 0 0.12
HSL 279.51º 0.57% 0.72% -
HSV(B) 279.51º 0.37% 0.88% -
XYZ 45.89 36.46 75.14 -
YUV 167.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 196 142 224 0.12 0.37 0 0.12 279.51 0.57 0.72
Hex C4 8E E0 C 25 0 C 118 39 48
Octal 304 216 340 14 45 0 14 430 71 110
Binary 11000100 10001110 11100000 1100 100101 0 1100 100011000 111001 1001000

Color Harmonies of #C48EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EE0

Black with #C48EE0

Text Example


Text Example

White with #C48EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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