#C297EA

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

Shades of Wisteria #C297EA

Tints of Wisteria #C297EA

Color information

#C297EA (or 0xC297EA) is unknown color: approx Wisteria. HEX triplet: C2, 97 and EA. RGB value is (194,151,234). Sum of RGB (Red+Green+Blue) = 194+151+234=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #C297EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C297EA is #3D6815. Grayscale: #ADADAD. Windows color (decimal): -4024342 or 15374274. OLE color: 15374274.

HSL color Cylindrical-coordinate representation of color #C297EA: hue angle of 271.08º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C297EA is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194151234-
CMYK0.170.3500.08
HSL271.08º66.4%75.49%-
HSV(B)271.08º35.47%91.76%-
XYZ48.1739.5482.94-
YUV173.32162.25142.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=33.51%
G=26.08%
B=40.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941512340.170.3500.08271.0866.475.49
HexC297EA11230810f424b
Octal3022273522143010417102113
Binary110000101001011111101010100011000110100010000111110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297EA; }

 p { color: rgb(194,151,234); }

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

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

 a { background-color: rgb(194,151,234); }

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

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

 span { border-color: rgb(194,151,234); }

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