#C397DD

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

Shades of Wisteria #C397DD

Tints of Wisteria #C397DD

Color information

#C397DD (or 0xC397DD) is unknown color: approx Wisteria. HEX triplet: C3, 97 and DD. RGB value is (195,151,221). Sum of RGB (Red+Green+Blue) = 195+151+221=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C397DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397DD is #3C6822. Grayscale: #ABABAB. Windows color (decimal): -3958819 or 14522307. OLE color: 14522307.

HSL color Cylindrical-coordinate representation of color #C397DD: hue angle of 277.71º 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 #C397DD is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195151221-
CMYK0.120.3200.13
HSL277.71º50.72%72.94%-
HSV(B)277.71º31.67%86.67%-
XYZ46.6238.9673.47-
YUV172.14155.58144.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.39%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=34.39%
G=26.63%
B=38.98%

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
Decimal1951512210.120.3200.13277.7150.7272.94
HexC397DDC200D1163349
Octal303227335144001542663111
Binary1100001110010111110111011100100000011011000101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C397DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C397DD; }

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

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

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

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

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

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

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

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