#C47DE1

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

Shades of Wisteria #C47DE1

Tints of Wisteria #C47DE1

Color information

#C47DE1 (or 0xC47DE1) is unknown color: approx Wisteria. HEX triplet: C4, 7D and E1. RGB value is (196,125,225). Sum of RGB (Red+Green+Blue) = 196+125+225=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #C47DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DE1 is #3B821E. Grayscale: #9D9D9D. Windows color (decimal): -3899935 or 14777796. OLE color: 14777796.

HSL color Cylindrical-coordinate representation of color #C47DE1: hue angle of 282.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C47DE1 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196125225-
CMYK0.130.4400.12
HSL282.6º62.5%68.63%-
HSV(B)282.6º44.44%88.24%-
XYZ43.6931.8475.08-
YUV157.63166.02155.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=35.90%
G=22.89%
B=41.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961252250.130.4400.12282.662.568.63
HexC47DE1D2C0C11b3e45
Octal304175341155401443376105
Binary110001001111101111000011101101100011001000110111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DE1; }

 p { color: rgb(196,125,225); }

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

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

 a { background-color: rgb(196,125,225); }

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

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

 span { border-color: rgb(196,125,225); }

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