#C48DD3

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

Shades of Wisteria #C48DD3

Tints of Wisteria #C48DD3

Color information

#C48DD3 (or 0xC48DD3) is unknown color: approx Wisteria. HEX triplet: C4, 8D and D3. RGB value is (196,141,211). Sum of RGB (Red+Green+Blue) = 196+141+211=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #C48DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DD3 is #3B722C. Grayscale: #A5A5A5. Windows color (decimal): -3895853 or 13864388. OLE color: 13864388.

HSL color Cylindrical-coordinate representation of color #C48DD3: hue angle of 287.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48DD3 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB196141211-
CMYK0.070.3300.17
HSL287.14º44.3%69.02%-
HSV(B)287.14º33.18%82.75%-
XYZ44.0535.4966.16-
YUV165.42153.72149.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 211 (82.81% from 255) = 38.50%
R=35.77%
G=25.73%
B=38.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961412110.070.3300.17287.1444.369.02
HexC48DD372101111f2c45
Octal30421532374102143754105
Binary1100010010001101110100111111000010100011000111111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DD3; }

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

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

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

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

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

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

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

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