#C48DEA

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

Shades of Wisteria #C48DEA

Tints of Wisteria #C48DEA

Color information

#C48DEA (or 0xC48DEA) is unknown color: approx Wisteria. HEX triplet: C4, 8D and EA. RGB value is (196,141,234). Sum of RGB (Red+Green+Blue) = 196+141+234=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #C48DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48DEA is #3B7215. Grayscale: #A7A7A7. Windows color (decimal): -3895830 or 15371716. OLE color: 15371716.

HSL color Cylindrical-coordinate representation of color #C48DEA: hue angle of 275.48º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C48DEA is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196141234-
CMYK0.160.4000.08
HSL275.48º68.89%73.53%-
HSV(B)275.48º39.74%91.76%-
XYZ47.1436.7382.45-
YUV168.05165.22147.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=34.33%
G=24.69%
B=40.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961412340.160.4000.08275.4868.8973.53
HexC48DEA102808113454a
Octal3042153522050010423105112
Binary110001001000110111101010100001010000100010001001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DEA; }

 p { color: rgb(196,141,234); }

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

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

 a { background-color: rgb(196,141,234); }

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

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

 span { border-color: rgb(196,141,234); }

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