#C48EFF

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

Shades of Wisteria #C48EFF

Tints of Wisteria #C48EFF

Color information

#C48EFF (or 0xC48EFF) is unknown color: approx Wisteria. HEX triplet: C4, 8E and FF. RGB value is (196,142,255). Sum of RGB (Red+Green+Blue) = 196+142+255=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #C48EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48EFF is #3B7100. Grayscale: #AAAAAA. Windows color (decimal): -3895553 or 16748228. OLE color: 16748228.

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

Color convert

RGB196142255-
CMYK0.230.4400
HSL268.67º100%77.84%-
HSV(B)268.67º44.31%100%-
XYZ50.4938.399.34-
YUV171.03175.39145.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.05%
GREEN value IS 142 (55.86% from 255) = 23.95%
BLUE value IS 255 (100% from 255) = 43.00%
R=33.05%
G=23.95%
B=43.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961422550.230.4400268.6710077.84
HexC48EFF172C0010d644e
Octal304216377275400415144116
Binary110001001000111011111111101111011000010000110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EFF; }

 p { color: rgb(196,142,255); }

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

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

 a { background-color: rgb(196,142,255); }

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

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

 span { border-color: rgb(196,142,255); }

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