#C48DFD

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

Shades of Wisteria #C48DFD

Tints of Wisteria #C48DFD

Color information

#C48DFD (or 0xC48DFD) is unknown color: approx Wisteria. HEX triplet: C4, 8D and FD. RGB value is (196,141,253). Sum of RGB (Red+Green+Blue) = 196+141+253=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #C48DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48DFD is #3B7202. Grayscale: #A9A9A9. Windows color (decimal): -3895811 or 16616900. OLE color: 16616900.

HSL color Cylindrical-coordinate representation of color #C48DFD: hue angle of 269.46º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C48DFD is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196141253-
CMYK0.230.4400.01
HSL269.46º96.55%77.25%-
HSV(B)269.46º44.27%99.22%-
XYZ50.0237.8897.6-
YUV170.21174.72146.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 141 (55.47% from 255) = 23.90%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=33.22%
G=23.90%
B=42.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961412530.230.4400.01269.4696.5577.25
HexC48DFD172C0110d614d
Octal304215375275401415141115
Binary110001001000110111111101101111011000110000110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DFD; }

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

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

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

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

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

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

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

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