#C48CE5

Color #C48CE5 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C48CE5

Tints of Wisteria #C48CE5

Color information

#C48CE5 (or 0xC48CE5) is unknown color: approx Wisteria. HEX triplet: C4, 8C and E5. RGB value is (196,140,229). Sum of RGB (Red+Green+Blue) = 196+140+229=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #C48CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CE5 is #3B731A. Grayscale: #A6A6A6. Windows color (decimal): -3896091 or 15043780. OLE color: 15043780.

HSL color Cylindrical-coordinate representation of color #C48CE5: hue angle of 277.75º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48CE5 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196140229-
CMYK0.140.3900.10
HSL277.75º63.12%72.35%-
HSV(B)277.75º38.86%89.8%-
XYZ46.2936.1578.67-
YUV166.89163.05148.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.69%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 229 (89.84% from 255) = 40.53%
R=34.69%
G=24.78%
B=40.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1961402290.140.3900.10277.7563.1272.35
HexC48CE5E270A1163f48
Octal304214345164701242677110
Binary1100010010001100111001011110100111010101000101101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CE5; }

 p { color: rgb(196,140,229); }

 H1.HeaderClassName
 {
   color: #C48CE5;
 }
 .AnyTagClassName
 {
   color: #C48CE5;
 }
</style>
background-color css

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

 a { background-color: rgb(196,140,229); }

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

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

 span { border-color: rgb(196,140,229); }

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