#C48CFE

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

Shades of Wisteria #C48CFE

Tints of Wisteria #C48CFE

Color information

#C48CFE (or 0xC48CFE) is unknown color: approx Wisteria. HEX triplet: C4, 8C and FE. RGB value is (196,140,254). Sum of RGB (Red+Green+Blue) = 196+140+254=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #C48CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CFE is #3B7301. Grayscale: #A9A9A9. Windows color (decimal): -3896066 or 16682180. OLE color: 16682180.

HSL color Cylindrical-coordinate representation of color #C48CFE: hue angle of 269.47º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C48CFE is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196140254-
CMYK0.230.4500.00
HSL269.47º98.28%77.25%-
HSV(B)269.47º44.88%99.61%-
XYZ50.0337.6598.4-
YUV169.74175.55146.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 140 (55.08% from 255) = 23.73%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=33.22%
G=23.73%
B=43.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961402540.230.4500.00269.4798.2877.25
HexC48CFE172D0010d624d
Octal304214376275500415142115
Binary110001001000110011111110101111011010010000110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CFE; }

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

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

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

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

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

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

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

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