#C48FFE

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

Shades of Wisteria #C48FFE

Tints of Wisteria #C48FFE

Color information

#C48FFE (or 0xC48FFE) is unknown color: approx Wisteria. HEX triplet: C4, 8F and FE. RGB value is (196,143,254). Sum of RGB (Red+Green+Blue) = 196+143+254=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #C48FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FFE is #3B7001. Grayscale: #ABABAB. Windows color (decimal): -3895298 or 16682948. OLE color: 16682948.

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

Color convert

RGB196143254-
CMYK0.230.4400.00
HSL268.65º98.23%77.84%-
HSV(B)268.65º43.7%99.61%-
XYZ50.4838.5498.54-
YUV171.5174.56145.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.05%
GREEN value IS 143 (56.25% from 255) = 24.11%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=33.05%
G=24.11%
B=42.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961432540.230.4400.00268.6598.2377.84
HexC48FFE172C0010d624e
Octal304217376275400415142116
Binary110001001000111111111110101111011000010000110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FFE; }

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

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

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

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

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

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

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

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