#C691DF

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

Shades of Wisteria #C691DF

Tints of Wisteria #C691DF

Color information

#C691DF (or 0xC691DF) is unknown color: approx Wisteria. HEX triplet: C6, 91 and DF. RGB value is (198,145,223). Sum of RGB (Red+Green+Blue) = 198+145+223=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #C691DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691DF is #396E20. Grayscale: #A9A9A9. Windows color (decimal): -3763745 or 14651846. OLE color: 14651846.

HSL color Cylindrical-coordinate representation of color #C691DF: hue angle of 280.77º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C691DF is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198145223-
CMYK0.110.3500.13
HSL280.77º54.93%72.16%-
HSV(B)280.77º34.98%87.45%-
XYZ46.7337.5874.6-
YUV169.74158.06148.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.98%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=34.98%
G=25.62%
B=39.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981452230.110.3500.13280.7754.9372.16
HexC691DFB230D1193748
Octal306221337134301543167110
Binary1100011010010001110111111011100011011011000110011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C691DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C691DF; }

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

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

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

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

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

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

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

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