#C691DA

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

Shades of Wisteria #C691DA

Tints of Wisteria #C691DA

Color information

#C691DA (or 0xC691DA) is unknown color: approx Wisteria. HEX triplet: C6, 91 and DA. RGB value is (198,145,218). Sum of RGB (Red+Green+Blue) = 198+145+218=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C691DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691DA is #396E25. Grayscale: #A8A8A8. Windows color (decimal): -3763750 or 14324166. OLE color: 14324166.

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

Color convert

RGB198145218-
CMYK0.090.3300.15
HSL283.56º49.66%71.18%-
HSV(B)283.56º33.49%85.49%-
XYZ46.0737.3271.1-
YUV169.17155.56148.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=35.29%
G=25.85%
B=38.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981452180.090.3300.15283.5649.6671.18
HexC691DA9210F11c3247
Octal306221332114101743462107
Binary1100011010010001110110101001100001011111000111001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C691DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C691DA; }

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

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

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

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

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

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

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

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