#C48BFB

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

Shades of Wisteria #C48BFB

Tints of Wisteria #C48BFB

Color information

#C48BFB (or 0xC48BFB) is unknown color: approx Wisteria. HEX triplet: C4, 8B and FB. RGB value is (196,139,251). Sum of RGB (Red+Green+Blue) = 196+139+251=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #C48BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BFB is #3B7404. Grayscale: #A8A8A8. Windows color (decimal): -3896325 or 16485316. OLE color: 16485316.

HSL color Cylindrical-coordinate representation of color #C48BFB: hue angle of 270.54º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C48BFB is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196139251-
CMYK0.220.4500.02
HSL270.54º93.33%76.47%-
HSV(B)270.54º44.62%98.43%-
XYZ49.4137.1795.84-
YUV168.81174.38147.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.45%
GREEN value IS 139 (54.69% from 255) = 23.72%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=33.45%
G=23.72%
B=42.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961392510.220.4500.02270.5493.3376.47
HexC48BFB162D0210f5d4c
Octal304213373265502417135114
Binary1100010010001011111110111011010110101010000111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BFB; }

 p { color: rgb(196,139,251); }

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

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

 a { background-color: rgb(196,139,251); }

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

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

 span { border-color: rgb(196,139,251); }

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