#C48FFD

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

Shades of Wisteria #C48FFD

Tints of Wisteria #C48FFD

Color information

#C48FFD (or 0xC48FFD) is unknown color: approx Wisteria. HEX triplet: C4, 8F and FD. RGB value is (196,143,253). Sum of RGB (Red+Green+Blue) = 196+143+253=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #C48FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FFD is #3B7002. Grayscale: #ABABAB. Windows color (decimal): -3895299 or 16617412. OLE color: 16617412.

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

Color convert

RGB196143253-
CMYK0.230.4300.01
HSL268.91º96.49%77.65%-
HSV(B)268.91º43.48%99.22%-
XYZ50.3238.4797.7-
YUV171.39174.06145.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.11%
GREEN value IS 143 (56.25% from 255) = 24.16%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=33.11%
G=24.16%
B=42.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961432530.230.4300.01268.9196.4977.65
HexC48FFD172B0110d604e
Octal304217375275301415140116
Binary110001001000111111111101101111010110110000110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FFD; }

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

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

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

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

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

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

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

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