#C297DD

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

Shades of Wisteria #C297DD

Tints of Wisteria #C297DD

Color information

#C297DD (or 0xC297DD) is unknown color: approx Wisteria. HEX triplet: C2, 97 and DD. RGB value is (194,151,221). Sum of RGB (Red+Green+Blue) = 194+151+221=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C297DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297DD is #3D6822. Grayscale: #ABABAB. Windows color (decimal): -4024355 or 14522306. OLE color: 14522306.

HSL color Cylindrical-coordinate representation of color #C297DD: hue angle of 276.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C297DD is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194151221-
CMYK0.120.3200.13
HSL276.86º50.72%72.94%-
HSV(B)276.86º31.67%86.67%-
XYZ46.3738.8273.46-
YUV171.84155.75143.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.28%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=34.28%
G=26.68%
B=39.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941512210.120.3200.13276.8650.7272.94
HexC297DDC200D1153349
Octal302227335144001542563111
Binary1100001010010111110111011100100000011011000101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297DD; }

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

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

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

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

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

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

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

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