#C297DC

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

Shades of Wisteria #C297DC

Tints of Wisteria #C297DC

Color information

#C297DC (or 0xC297DC) is unknown color: approx Wisteria. HEX triplet: C2, 97 and DC. RGB value is (194,151,220). Sum of RGB (Red+Green+Blue) = 194+151+220=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #C297DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297DC is #3D6823. Grayscale: #ABABAB. Windows color (decimal): -4024356 or 14456770. OLE color: 14456770.

HSL color Cylindrical-coordinate representation of color #C297DC: hue angle of 277.39º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C297DC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194151220-
CMYK0.120.3100.14
HSL277.39º49.64%72.75%-
HSV(B)277.39º31.36%86.27%-
XYZ46.2338.7772.76-
YUV171.72155.25143.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.34%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=34.34%
G=26.73%
B=38.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941512200.120.3100.14277.3949.6472.75
HexC297DCC1F0E1153249
Octal302227334143701642562111
Binary110000101001011111011100110011111011101000101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297DC; }

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

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

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

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

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

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

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

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