#C291D7

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

Shades of Wisteria #C291D7

Tints of Wisteria #C291D7

Color information

#C291D7 (or 0xC291D7) is unknown color: approx Wisteria. HEX triplet: C2, 91 and D7. RGB value is (194,145,215). Sum of RGB (Red+Green+Blue) = 194+145+215=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #C291D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291D7 is #3D6E28. Grayscale: #A7A7A7. Windows color (decimal): -4025897 or 14127554. OLE color: 14127554.

HSL color Cylindrical-coordinate representation of color #C291D7: hue angle of 282º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C291D7 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194145215-
CMYK0.100.3300.16
HSL282º46.67%70.59%-
HSV(B)282º32.56%84.31%-
XYZ44.6436.6369.01-
YUV167.63154.73146.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 215 (84.38% from 255) = 38.81%
R=35.02%
G=26.17%
B=38.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941452150.100.3300.1628246.6770.59
HexC291D7A2101011a2f47
Octal302221327124102043257107
Binary11000010100100011101011110101000010100001000110101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291D7; }

 p { color: rgb(194,145,215); }

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

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

 a { background-color: rgb(194,145,215); }

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

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

 span { border-color: rgb(194,145,215); }

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