#C297CD

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

Shades of Wisteria #C297CD

Tints of Wisteria #C297CD

Color information

#C297CD (or 0xC297CD) is unknown color: approx Wisteria. HEX triplet: C2, 97 and CD. RGB value is (194,151,205). Sum of RGB (Red+Green+Blue) = 194+151+205=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #C297CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297CD is #3D6832. Grayscale: #A9A9A9. Windows color (decimal): -4024371 or 13473730. OLE color: 13473730.

HSL color Cylindrical-coordinate representation of color #C297CD: hue angle of 287.78º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C297CD is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194151205-
CMYK0.050.2600.20
HSL287.78º35.06%69.8%-
HSV(B)287.78º26.34%80.39%-
XYZ44.3338.0162.76-
YUV170.01147.75145.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=35.27%
G=27.45%
B=37.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941512050.050.2600.20287.7835.0669.8
HexC297CD51A0141202346
Octal30222731553202444043106
Binary110000101001011111001101101110100101001001000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297CD; }

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

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

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

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

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

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

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

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