#C47FD8

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

Shades of Wisteria #C47FD8

Tints of Wisteria #C47FD8

Color information

#C47FD8 (or 0xC47FD8) is unknown color: approx Wisteria. HEX triplet: C4, 7F and D8. RGB value is (196,127,216). Sum of RGB (Red+Green+Blue) = 196+127+216=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #C47FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FD8 is #3B8027. Grayscale: #9D9D9D. Windows color (decimal): -3899432 or 14188484. OLE color: 14188484.

HSL color Cylindrical-coordinate representation of color #C47FD8: hue angle of 286.52º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47FD8 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196127216-
CMYK0.090.4100.15
HSL286.52º53.29%67.25%-
HSV(B)286.52º41.2%84.71%-
XYZ42.7531.8768.86-
YUV157.78160.86155.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.36%
GREEN value IS 127 (50% from 255) = 23.56%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=36.36%
G=23.56%
B=40.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961272160.090.4100.15286.5253.2967.25
HexC47FD89290F11f3543
Octal304177330115101743765103
Binary110001001111111110110001001101001011111000111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FD8; }

 p { color: rgb(196,127,216); }

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

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

 a { background-color: rgb(196,127,216); }

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

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

 span { border-color: rgb(196,127,216); }

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