#C48FEA

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

Shades of Wisteria #C48FEA

Tints of Wisteria #C48FEA

Color information

#C48FEA (or 0xC48FEA) is unknown color: approx Wisteria. HEX triplet: C4, 8F and EA. RGB value is (196,143,234). Sum of RGB (Red+Green+Blue) = 196+143+234=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #C48FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FEA is #3B7015. Grayscale: #A8A8A8. Windows color (decimal): -3895318 or 15372228. OLE color: 15372228.

HSL color Cylindrical-coordinate representation of color #C48FEA: hue angle of 274.95º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48FEA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196143234-
CMYK0.160.3900.08
HSL274.95º68.42%73.92%-
HSV(B)274.95º38.89%91.76%-
XYZ47.4437.3282.55-
YUV169.22164.56147.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 143 (56.25% from 255) = 24.96%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=34.21%
G=24.96%
B=40.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961432340.160.3900.08274.9568.4273.92
HexC48FEA102708113444a
Octal3042173522047010423104112
Binary110001001000111111101010100001001110100010001001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FEA; }

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

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

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

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

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

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

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

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