#C48DFC

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

Shades of Wisteria #C48DFC

Tints of Wisteria #C48DFC

Color information

#C48DFC (or 0xC48DFC) is unknown color: approx Wisteria. HEX triplet: C4, 8D and FC. RGB value is (196,141,252). Sum of RGB (Red+Green+Blue) = 196+141+252=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #C48DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48DFC is #3B7203. Grayscale: #A9A9A9. Windows color (decimal): -3895812 or 16551364. OLE color: 16551364.

HSL color Cylindrical-coordinate representation of color #C48DFC: hue angle of 269.73º degrees, saturation: 0.95, 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 #C48DFC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196141252-
CMYK0.220.4400.01
HSL269.73º94.87%77.06%-
HSV(B)269.73º44.05%98.82%-
XYZ49.8637.8196.77-
YUV170.1174.22146.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=33.28%
G=23.94%
B=42.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961412520.220.4400.01269.7394.8777.06
HexC48DFC162C0110e5f4d
Octal304215374265401416137115
Binary110001001000110111111100101101011000110000111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DFC; }

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

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

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

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

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

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

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

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