#C697DA

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

Shades of Wisteria #C697DA

Tints of Wisteria #C697DA

Color information

#C697DA (or 0xC697DA) is unknown color: approx Wisteria. HEX triplet: C6, 97 and DA. RGB value is (198,151,218). Sum of RGB (Red+Green+Blue) = 198+151+218=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #C697DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697DA is #396825. Grayscale: #ACACAC. Windows color (decimal): -3762214 or 14325702. OLE color: 14325702.

HSL color Cylindrical-coordinate representation of color #C697DA: hue angle of 282.09º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C697DA is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198151218-
CMYK0.090.3100.15
HSL282.09º47.52%72.35%-
HSV(B)282.09º30.73%85.49%-
XYZ47.0139.271.42-
YUV172.69153.57146.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=34.92%
G=26.63%
B=38.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981512180.090.3100.15282.0947.5272.35
HexC697DA91F0F11a3048
Octal306227332113701743260110
Binary110001101001011111011010100111111011111000110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697DA; }

 p { color: rgb(198,151,218); }

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

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

 a { background-color: rgb(198,151,218); }

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

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

 span { border-color: rgb(198,151,218); }

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