#C48BD4

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

Shades of Wisteria #C48BD4

Tints of Wisteria #C48BD4

Color information

#C48BD4 (or 0xC48BD4) is unknown color: approx Wisteria. HEX triplet: C4, 8B and D4. RGB value is (196,139,212). Sum of RGB (Red+Green+Blue) = 196+139+212=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #C48BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BD4 is #3B742B. Grayscale: #A4A4A4. Windows color (decimal): -3896364 or 13929412. OLE color: 13929412.

HSL color Cylindrical-coordinate representation of color #C48BD4: hue angle of 286.85º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48BD4 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB196139212-
CMYK0.080.3400.17
HSL286.85º45.91%68.82%-
HSV(B)286.85º34.43%83.14%-
XYZ43.8834.9566.72-
YUV164.36154.88150.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=35.83%
G=25.41%
B=38.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961392120.080.3400.17286.8545.9168.82
HexC48BD482201111f2e45
Octal304213324104202143756105
Binary11000100100010111101010010001000100100011000111111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BD4; }

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

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

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

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

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

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

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

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