#C48CDA

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

Shades of Wisteria #C48CDA

Tints of Wisteria #C48CDA

Color information

#C48CDA (or 0xC48CDA) is unknown color: approx Wisteria. HEX triplet: C4, 8C and DA. RGB value is (196,140,218). Sum of RGB (Red+Green+Blue) = 196+140+218=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #C48CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CDA is #3B7325. Grayscale: #A5A5A5. Windows color (decimal): -3896102 or 14322884. OLE color: 14322884.

HSL color Cylindrical-coordinate representation of color #C48CDA: hue angle of 283.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C48CDA is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196140218-
CMYK0.100.3600.15
HSL283.08º51.32%70.2%-
HSV(B)283.08º35.78%85.49%-
XYZ44.835.5570.83-
YUV165.64157.55149.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=35.38%
G=25.27%
B=39.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961402180.100.3600.15283.0851.3270.2
HexC48CDAA240F11b3346
Octal304214332124401743363106
Binary1100010010001100110110101010100100011111000110111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CDA; }

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

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

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

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

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

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

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

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